one fable-low hijack cell
pair javascript / silence
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, the expression `"javascript" || "silence"` evaluates to `"javascript"` 🙂
Here's why:
## The `||` (Logical OR) Operator
`||` returns the **first truthy value** it encounters, or the l
neighbors