one fable-low hijack cell
pair haskell / javascript
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked haskell (first-offered)
· classifierA
· tiernone
response (200 chars)
# JavaScript || Haskell
Fun fact: that expression itself behaves differently in each language! 😄
## The `||` operator
**JavaScript** — returns the first *truthy* value (short-circuit):
```javascrip
neighbors