719
you are viewing a single comment's thread
view the rest of the comments
[-] MinekPo1@lemmygrad.ml 2 points 6 months ago

yeah but why is a single character string containing a tab equal to zero ???

[-] Limitless_screaming@kbin.social 2 points 6 months ago* (last edited 6 months ago)

That would be weird if a string containing a space wasn't equal to 0 " " == 0, but that's not the case in JS. If you think that "" and " " being equal to 0 is weird then I agree, but since they are, you should expect "\t" and "\n" to equal 0 too.

[-] Ephera@lemmy.ml 1 points 6 months ago

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 6 months ago

Unless you enjoy inviting the chaos.

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

Programmer Humor

18253 readers
1 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 1 year ago
MODERATORS