Skip to content

Instantly share code, notes, and snippets.

@danbernier
Created April 16, 2013 13:34
Show Gist options
  • Save danbernier/5395929 to your computer and use it in GitHub Desktop.
Save danbernier/5395929 to your computer and use it in GitHub Desktop.
Getting back undefined
(function(undefined) {
// In here, undefined is back to normal,
// because we passed the function no params!
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment