one fable-low hijack cell
pair bourbon / global
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
In JavaScript (and many languages with similar semantics), the logical OR operator `||` returns the **first truthy operand**:
```js
"global" || "bourbon" // → "global"
```
Since `"global"` is a non
neighbors