one fable-low hijack cell
pair javascript / tradition
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked tradition (second-offered)
· classifierB
· tiernone
response (200 chars)
In JavaScript, the `||` (logical OR) operator returns the **first truthy value** it encounters, so:
```javascript
"tradition" || "javascript"
// → "tradition"
```
**Why?**
- `"tradition"` is a non-e
neighbors