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