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