What is the output?
(function f(){
console.log(typeof f);
})();
object
undefined
function
string
This question is part of this quiz :