this post was submitted on 27 Dec 2023
723 points (98.5% liked)

Programmer Humor

20317 readers
1310 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Ephera@lemmy.ml 1 points 1 year ago (1 children)

The == operator in JS will try to cast the things being compared and do all kinds of 'smart' assumptions about what equality means. This is why everyone uses === instead...

[โ€“] 8bitguy@kbin.social 3 points 1 year ago

Unless you enjoy inviting the chaos.