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