Hacker News new | ask | show | jobs
by joeframbach 2311 days ago
Yup. `conditional or return fallbackValue`. Rubocop desperately wants to change this to `conditional || return fallbackValue` but that's just.... not a thing.