What is the result of the following code?
console.log(typeof undefined);
"boolean"
"undefined"
"number"
"string"