We can also subtract one number from another.
JavaScript uses the − symbol as an subtraction operator when placed between numbers.
Example:
var myVar =
12 − 6;
// assigned 6
Exercices
Change the ? so the difference is 12.
?
;