What is the result of the following code?
let y = true; console.log(typeof +y);
"NaN"
"undefined"
"boolean"
"number"