What will following code print on browser console? var foo = function foo() { console.log(foo === foo); }; foo();
Correct Answer: true
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More JavaScript MCQ Questions
JavaScript MCQs | Topic-wise