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