Skip to content

Instantly share code, notes, and snippets.

@rmcveigh
Forked from laustdeleuran/anon-function.js
Created December 5, 2012 17:36
Show Gist options
  • Save rmcveigh/4217762 to your computer and use it in GitHub Desktop.
Save rmcveigh/4217762 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