tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 2 days agoTrue crimelemmy.mlimagemessage-square17linkfedilinkarrow-up1104arrow-down14
arrow-up1100arrow-down1imageTrue crimelemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square17linkfedilink
minus-squarepineapple@lemmy.mllinkfedilinkEnglisharrow-up2arrow-down1·1 day agoI’m so confused. I understand the reasoning behind two equal signs but three?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up9·edit-21 day 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.