What is the result of the following expression?
typeof(undefined);
"undefined"
null
"object"
"string"