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