Arithmetic operators - Division
In the code below we divide numOne by numTwo with the Division operator
/
. Then, the console.log()
statement checks whether the quotient equals 9. Change the code so that the console.log()
statement logs true
.Premium
JavaScript
Console