• !! 0
    > false
    !! "0"
    > true
    

    gives different results which is interesting because

    "0"==0
    > true
    

    btw tried stuff from wat video in node.js and

    > {} + {}
    '[object Object][object Object]'
    

    which is not very sophisticated answer, NaN answer was much wiser :-)

About

Avatar for AkosLukacs @AkosLukacs started