one fable-low hijack cell
pair handmade / javascript
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (second-offered)
· classifierB
· tiernone
response (200 chars)
In JavaScript, the expression:
```js
"handmade" || "javascript"
```
evaluates to:
```js
"handmade"
```
**Why?**
The `||` (logical OR) operator returns the **first truthy value** it encounters, or
neighbors