Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 month agoModern Programminglemmy.zipimagemessage-square50linkfedilinkarrow-up1564arrow-down18
arrow-up1556arrow-down1imageModern Programminglemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · 1 month agomessage-square50linkfedilink
minus-squareMaven (famous)@lemmy.zipOPlinkfedilinkarrow-up3arrow-down1·1 month agoIn JS 0 is the same as False
minus-squareLifter@discuss.tchncs.delinkfedilinkarrow-up1·30 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
Explosion?