Comparison operators - Equal
In the
console.log()
statement below we use the Equal operator to check whether numOne and numTwo have the same value. Change the code so that the console.log()
statement logs true
.
JavaScript
Console