What is the result of the following code?
let e = null; console.log(typeof +e);
"undefined"
"object"
"NaN"
"number"