Skip to content

Instantly share code, notes, and snippets.

@pipster
Forked from laustdeleuran/anon-function.js
Created March 7, 2012 08:53
Show Gist options
  • Save pipster/1992027 to your computer and use it in GitHub Desktop.
Save pipster/1992027 to your computer and use it in GitHub Desktop.
JavaScript: Anonymous function
(function(){
// Safe, scoped JavaScript here. Phew.
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment