In Chrome, not Node
CODE:
typeof NaN
9999999999999999
0.5+0.1
0.1+0.2
Math.max()
Math.min()
[]+[]
[]+{}
{}+[]
true+true+true
true-true
true==1
true===1
(!+[]+[]+![])
9+"1"
91-"1"
[]==0
OUTPUTS:

CODE:
typeof NaN
9999999999999999
0.5+0.1
0.1+0.2
Math.max()
Math.min()
[]+[]
[]+{}
{}+[]
true+true+true
true-true
true==1
true===1
(!+[]+[]+![])
9+"1"
91-"1"
[]==0
OUTPUTS:
本文标题:Thanks for inventing JavaScript
本文链接:https://www.haomeiwen.com/subject/flkzuftx.html
网友评论