one fable-low hijack cell
pair javascript / ruby
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked ruby (second-offered)
· classifierB
· tiernone
response (200 chars)
# `||` in Ruby vs. JavaScript
Both languages use `||` as the logical OR operator, but they behave differently in important ways:
## Truthiness Rules
**Ruby:** Only `nil` and `false` are falsy. Ever
neighbors