Playable result only — the source code stays hidden.
Mission 00 4 min
Mission 0: Try the Score Calculator
Try the finished calculator first. Change the mission count and bonus points, then see how the total and rank respond.
This quest connects webpage inputs with JavaScript arithmetic — very similar to turning an algebra expression into working code.
Build roadmap
What you’ll build, mission by mission
- 1Build the form
Create labelled number inputs and controls.
- 2Calculate the score
Read input values as numbers and evaluate a formula.
- 3Add ranks
Use conditions to turn a score into useful feedback.
- 4Handle missing values
Stop bad input before calculating.
- 5Reset everything
Clear the form and return the display to its starting state.