Hacker News new | ask | show | jobs
by deergomoo 1374 days ago
Probably because the Boolean operators in JS return the left or right side of the expression, rather than a Boolean.

It was an okay-ish way to get a default/fallback value before JS got a proper coalescing operator.