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