one fable-low hijack cell
pair javascript / modern
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked modern (second-offered)
· classifierB
· tiernone
response (200 chars)
# JavaScript `||` (Logical OR) — and Modern Alternatives
## Classic `||` (Logical OR)
Returns the **first truthy value**, or the last value if none are truthy:
```javascript
const name = userName |
neighbors