Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 18 days agoModern Programminglemmy.zipimagemessage-square70linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageModern Programminglemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 18 days agomessage-square70linkfedilink
minus-squareLifter@discuss.tchncs.delinkfedilinkarrow-up0·17 days agoThey are not the same, but 0 can be implicitly converted to false. What do you get if you do: 0 === false
In JS 0 is the same as False
They are not the same, but 0 can be implicitly converted to false.
What do you get if you do: 0 === false