one fable-low hijack cell
pair change / javascript
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked change (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's a **coin change** implementation in JavaScript:
```javascript
// Make change: returns the coins needed for a given amount
function makeChange(amount, coins = [100, 25, 10, 5, 1]) {
const res
neighbors