one fable-low hijack cell
pair fast / javascript
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked fast (first-offered)
· classifierA
· tiernone
response (200 chars)
# JavaScript `||` (Logical OR) — Quick Guide
## Basic Behavior
Returns the **first truthy value**, or the last value if none are truthy.
```js
true || false // true
false || true // true
0 || "h
neighbors