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