tfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 1 month agoTrue crimelemmy.mlimagemessage-square19linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageTrue crimelemmy.mltfm@europe.pub to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square19linkfedilink
minus-squarepineapple@lemmy.mllinkfedilinkEnglisharrow-up0·1 month agoI’m so confused. I understand the reasoning behind two equal signs but three?
minus-squareNailbar@sopuli.xyzlinkfedilinkarrow-up0·edit-21 month 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.