What value is obtained when executing the following code?
console.log("10" == 10);
true
false
undefined
Error