You're in control of Crunchy the Cruncher, who crunches math expressions to his taste. Encounter different features of JavaScript math including arithmetic operators like **
and %
, and math methods like Math.pow()
and Math.trunc()
. But beware, there are Try Catchers standing in the way. This game is also a great way to brush up on your arithmetic.
Learning Objectives
Introduce the fundamentals of and practice with Javascript's arithmetic operators and its Math object's methods.
Prerequisites
For beginners of JavaScript. Should have familiarity with arithmetic including exponentiation and square roots.