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