What is the Output of the below snippet?
var foo = function foo() {
console.log(foo === foo);
foo();
Answers
Answered by
5
Similar questions