one fable-low hijack cell
pair espresso / tea
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked tea (second-offered)
· classifierB
· tiernone
response (200 chars)
```javascript
> espresso || tea
"espresso"
```
In short-circuit evaluation, `espresso` is truthy, so we never even get to the tea. ☕
But if you're actually asking my preference (or yours?), here's t
neighbors