one fable-low hijack cell
pair change / javascript
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (second-offered)
· classifierB
· tiernone
response (200 chars)
# The `||` Operator in JavaScript
The `||` (logical OR) returns the **first truthy value**, or the last value if all are falsy.
```javascript
const name = userInput || "Default Name";
console.log(0
neighbors