我想知道以下运算符的逻辑
let test = ! + []; console.log(test); //true
为什么? 我不能!以任何方式进行 测试
!
typeof ! //ERROR ! && true //ERROR
javascript
javascript ×1