one fable-low hijack cell
pair javascript / raku
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 vs Raku
Both languages have a `||` operator, but they behave a bit differently.
## JavaScript
`||` returns the first **truthy** operand (or the last operand if none are truthy)
neighbors