this post was submitted on 05 Aug 2025
91 points (97.9% liked)

Programmer Humor

25917 readers
1127 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
 

That's it. That's the meme.

you are viewing a single comment's thread
view the rest of the comments
[–] Australis13@fedia.io 4 points 2 weeks ago

Having worked with JavaScript, I understand the usefulness of a "less strict" equality comparison like this, but the coercion of objects still does my head in...

(And for the record, most of the time I did use strict equality).