xia@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 2 years ago"Works for me"lemmy.sdf.orgimagemessage-square84linkfedilinkarrow-up11.52Karrow-down115
arrow-up11.51Karrow-down1image"Works for me"lemmy.sdf.orgxia@lemmy.sdf.org to Programmer Humor@programming.devEnglish · 2 years agomessage-square84linkfedilink
minus-squareivn@jlai.lulinkfedilinkEnglisharrow-up5·2 years agoI’ve never seen the !0 and !1, it is dumb and indicates either young or terrible devs. Boolean(window.chrome) is the best, !!window.chrome is good, no need to test if it’s equal to true if you make it a boolean beforehand.
minus-squareredirtSdeR@lemmy.worldlinkfedilinkEnglisharrow-up1·2 years agoi just added the === true for clarity
I’ve never seen the
!0and!1, it is dumb and indicates either young or terrible devs.Boolean(window.chrome)is the best,!!window.chromeis good, no need to test if it’s equal totrueif you make it a boolean beforehand.i just added the
=== truefor clarity