Answer question #8204
What's the output of:
var foo = function foo() {
console.log(foo === foo);
};
foo();