美文网首页
Thanks for inventing JavaScript

Thanks for inventing JavaScript

作者: 环零弦 | 来源:发表于2018-07-09 09:28 被阅读0次

    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:

    outputs

    相关文章

      网友评论

          本文标题:Thanks for inventing JavaScript

          本文链接:https://www.haomeiwen.com/subject/flkzuftx.html