Skip to content

Instantly share code, notes, and snippets.

@raganwald
Created January 3, 2015 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganwald/559ba2f095698beb97b4 to your computer and use it in GitHub Desktop.
Save raganwald/559ba2f095698beb97b4 to your computer and use it in GitHub Desktop.
var fn = function reddit () { console.log(reddit); }
fn()
//=> [Function: reddit]
console.log(reddit);
//=> ReferenceError: reddit is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment