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

Programmer Humor

31250 readers
1092 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] nigh7y@lemmy.ml 6 points 7 months ago (1 children)

we can remove the return!

const fn = (a, b) => a || b
[–] nick@campfyre.nickwebster.dev 5 points 7 months ago (2 children)
[–] nigh7y@lemmy.ml 3 points 7 months ago

Gotta love some peer review

[–] shasta@lemm.ee 2 points 7 months ago (1 children)

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

[–] nick@campfyre.nickwebster.dev 2 points 6 months ago
((a, b) => a ?? b)();