Skip to content

Instantly share code, notes, and snippets.

@jlongster
Last active January 4, 2016 17:19
Show Gist options
  • Save jlongster/8653482 to your computer and use it in GitHub Desktop.
Save jlongster/8653482 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