one fable-low hijack cell
pair javascript / whiskey
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (first-offered)
· classifierA
· tiernone
response (200 chars)
In JavaScript, the `||` (logical OR) operator returns the **first truthy value** it encounters, evaluating left to right.
If we treat these as strings:
```javascript
"javascript" || "whiskey"
// Ret
neighbors