one fable-low hijack cell
pair javascript / mountains
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (first-offered)
· classifierA
· tiernone
response (200 chars)
In JavaScript, `||` is the **logical OR operator**. Here's how it works with your example:
```javascript
"javascript" || "mountains"
// Returns: "javascript"
```
## Why?
`||` returns the **first tr
neighbors