tfmA to Programmer Humor@lemmy.mlEnglish · 1 year agoTrue crimeimagemessage-square19linkfedilinkarrow-up1127arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1123arrow-down1imageTrue crimetfmA to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square19linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarepineapple@lemmy.mllinkfedilinkEnglisharrow-up3arrow-down1·1 year agoI’m so confused. I understand the reasoning behind two equal signs but three?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up11·1 year 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.