this post was submitted on 08 Dec 2023
623 points (96.4% liked)

Programmer Humor

32435 readers
512 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
[–] [email protected] 12 points 11 months ago* (last edited 11 months ago) (5 children)

~~return a and a or b~~ → return a or b

correction from @murtaza64

[–] [email protected] 5 points 11 months ago (2 children)
[–] [email protected] 2 points 11 months ago (1 children)
[–] [email protected] 0 points 11 months ago

It's probably valid javascript that returns "-1" or the empty string depending on if "b" is undefined or null

load more comments (2 replies)