one fable-low hijack cell
pair javascript / mountains
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked javascript (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's JavaScript that generates mountains a few different ways:
## 1. ASCII Mountains (console)
```javascript
function asciiMountains(width = 60, height = 12) {
let terrain = [];
let y = height
neighbors