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