10
09/2014
javascript 的幽默
Javascript 还是很幽默地,点击代码块,看答案!
typeof NaN
Number
typeof null
object
typeof 1+’’
number
typeof ‘’+1
string1
typeof (‘’+1)
string
typeof (1+’’)
string
typeof /s/
object,这是正则表达式
0==’ ‘
true
更多恶搞参考 javascript 为什么要用 === 和 !==]