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