What is the result of the following expression?
typeof function() {}
"function"
"undefined"
"object"
"string"