标签: javascript
我知道以下表达式为true:
true
[1, 2] instanceof Array
这是将Array与Object区分开来的正确方法。但为什么下面的表达式是false?
false
0 instanceof Number