What value is printed when the following code is executed?
console.log("10" !== 10);
false
true
undefined
error