Arithmetic operators - Subtraction
In the code below we calculate the difference of numOne and numTwo with the Substraction operator
-
. Then, the console.log()
statement checks whether the difference equals 5. Change the code so that the console.log()
statement logs true
.Premium
JavaScript
Console