this post was submitted on 16 Jun 2023
24 points (92.9% liked)

Programmer Humor

32503 readers
395 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mycus@kbin.social 5 points 1 year ago

isn't === the one that compare types first?

I just tried on node and 0 == '0' returns true


found the real reason