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