one fable-low hijack cell
pair capitalism / javascript
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked capitalism (first-offered)
· classifierA
· tiernone
response (200 chars)
```js
"capitalism" || "javascript"
// => "capitalism"
```
In JavaScript, the `||` operator returns the **first truthy value** it encounters. Since `"capitalism"` is a non-empty string (truthy), it sh
neighbors