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