Lesson 25: Capstone — Number Guessing Game
The course capstone: we combine a function, conditions, and a loop into a small guessing game — with no live input, so everything runs right in the browser.
The secret is a number. Each round we test a guess and get a hint: 'up' (go higher), 'down' (go lower), or 'yes' (correct). Instead of typing, we replay a ready-made list of guesses.
- capstone
- A final exercise that ties together everything we learned.