tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 13 days agoTrue crimelemmy.mlimagemessage-square16linkfedilinkarrow-up171arrow-down13
arrow-up168arrow-down1imageTrue crimelemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 13 days agomessage-square16linkfedilink
minus-squarepineapple@lemmy.mllinkfedilinkEnglisharrow-up0·12 days agoI’m so confused. I understand the reasoning behind two equal signs but three?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up3·edit-212 days 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.