What will be the result of the following comparison?
console.log(true !== false);
"NaN"
"Empty"
false
true