tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 27 days agoTrue crimelemmy.mlimagemessage-square17linkfedilinkarrow-up1118arrow-down14
arrow-up1114arrow-down1imageTrue crimelemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 27 days agomessage-square17linkfedilink
minus-squarepineapple@lemmy.mllinkfedilinkEnglisharrow-up3arrow-down1·27 days agoI’m so confused. I understand the reasoning behind two equal signs but three?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up11·edit-227 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.