one fable-low hijack cell
pair vala / valley
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked vala (first-offered)
· classifierA
· tiernone
response (200 chars)
In most programming languages with logical OR short-circuiting (like JavaScript), the expression:
```js
"valley" || "vala"
```
evaluates to **`"valley"`**.
**Why:** The `||` operator returns the fi
neighbors