this post was submitted on 08 Mar 2024
470 points (98.2% liked)

Programmer Humor

32253 readers
157 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
[–] carpelbridgesyndrome@sh.itjust.works 5 points 7 months ago (1 children)

Not a JS dev either but ===.

Not really sure what the (+x) is about

[–] FiskFisk33@startrek.website 1 points 7 months ago (1 children)

the remainder operator should return a number or a NaN right? do we actually need the triple here?

[–] marcos@lemmy.world 2 points 7 months ago* (last edited 7 months ago) (1 children)

Not really. But with JS it's better safe than sorry.

The GP's addition is unnecessary, but I fully support anyone that decides to do it.

[–] FiskFisk33@startrek.website 2 points 7 months ago