one fable-low hijack cell
pair javascript / local
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked local (second-offered)
· classifierB
· tiernone
response (200 chars)
# Local Variables in JavaScript
A **local variable** is one that's only accessible within the scope where it's defined.
## Function Scope (`var`)
```javascript
function greet() {
var message = "H
neighbors