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

Programmer Humor

32371 readers
581 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] 6 points 11 months ago (4 children)

we can remove the return!

const fn = (a, b) => a || b
[–] [email protected] 5 points 11 months ago (3 children)
[–] [email protected] 2 points 11 months ago (1 children)

But this just creates a function. You still have to call it.

[–] [email protected] 2 points 11 months ago
((a, b) => a ?? b)();
load more comments (1 replies)
load more comments (1 replies)