JavaScript | JavaScript Functions | Question 9

Last Updated :
Discuss
Comments

What is the output?

(function f(){

console.log(typeof f);

})();


object

undefined

function

string

Share your thoughts in the comments