What is the output of the following code snippet?
console.log(typeof []);
"undefined"
"array"
"function"
"object"