one fable-low hijack cell
pair javascript / loyalty
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) Operator
The `||` operator returns the **first truthy value** it finds, or the last value if none are truthy.
## Basic Usage
```javascript
true || false // true
fal
neighbors