one fable-low hijack cell
pair javascript / local
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (first-offered)
· classifierA
· tiernone
response (200 chars)
# JavaScript `||` (Logical OR) — often used with `localStorage`
The `||` operator returns the **first truthy value** (or the last value if none are truthy). It's commonly used for fallbacks/defaults.
neighbors