one fable-low hijack cell
pair cat / javascript
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
Nice one! There are a couple of ways to read this:
**As JavaScript:**
```js
"javascript" || "cat" // → "javascript"
```
The `||` operator returns the first truthy value, and a non-empty string is tr
neighbors