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