tfmA to Programmer Humor@lemmy.mlEnglish · 3 months agoTrue crimeimagemessage-square19linkfedilinkarrow-up1125arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1121arrow-down1imageTrue crimetfmA to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square19linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarepineapple@lemmy.mllinkfedilinkEnglisharrow-up3arrow-down1·3 months agoI’m so confused. I understand the reasoning behind two equal signs but three?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up11·edit-23 months agoAfaik with three it also requires the types to be equal. Like 0 == false, but 0 !== false, because they’re different types.
I’m so confused. I understand the reasoning behind two equal signs but three?
Afaik with three it also requires the types to be equal. Like 0 == false, but 0 !== false, because they’re different types.