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