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