one fable-low hijack cell
pair dog / javascript
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked dog (first-offered)
· classifierA
· tiernone
response (200 chars)
In JavaScript, `||` is the **logical OR** operator. Here's how it works:
## Basic behavior
`||` returns the **first truthy value** it encounters, or the last value if none are truthy:
```javascript
neighbors