What is the result of the following code?
console.log(typeof function() {});
"string"
"number"
"object"
"function"