one fable-low hijack cell
pair javascript / mountains
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked javascript (first-offered)
· classifierA
· tiernone
response (200 chars)
Here are a few fun ways to make **mountains in JavaScript**! 🏔️
## 1. ASCII Mountain Generator
```javascript
function drawMountain(height) {
let output = '';
for (let i = 1; i <= height; i++) {
neighbors