Hacker News new | ask | show | jobs
by UncleMeat 3173 days ago
Its not the inline ||. It is the need for such a pattern in JS due to terrible scoping rules, such that it is very easy for a variable definition to leak somewhere else and you really don't want to crush it.