Skip to content

Instantly share code, notes, and snippets.

@timmywil
Forked from jlongster/gist:8653482
Created January 27, 2014 20:49
Show Gist options
  • Save timmywil/8657016 to your computer and use it in GitHub Desktop.
Save timmywil/8657016 to your computer and use it in GitHub Desktop.
var foo = function foo() {
foo = 5;
console.log(foo);
};
foo();
// outputs: [Function foo]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment