one fable-low hijack cell
pair duty / javascript
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (second-offered)
· classifierB
· tiernone
response (200 chars)
# JavaScript: The `||` (Logical OR) Operator
## Basic Behavior
The `||` operator returns the **first truthy value** it encounters, or the last value if all are falsy.
```javascript
true || false /
neighbors