one fable-low hijack cell
pair global / javascript
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked global (first-offered)
· classifierA
· tiernone
response (200 chars)
# JavaScript Logical OR (`||`) with Global Scope
## The `||` Operator Basics
The logical OR returns the **first truthy value**, or the last value if all are falsy:
```javascript
false || "hello"
neighbors