one fable-low hijack cell
pair hearth / javascript
envelope code_haskell_alt
ordering BA
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked hearth (first-offered)
· classifierA
· tiernone
response (200 chars)
```javascript
// 🔥 hearth.js — a cozy little fireplace
class Hearth {
constructor() {
this.lit = false;
this.logs = 0;
this.warmth = 0;
}
addLog(count = 1) {
this.logs += count
neighbors