121
True crime
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.