Skip to content

Instantly share code, notes, and snippets.

@mirko-codesnippets
Created October 7, 2012 09:29
Show Gist options
  • Save mirko-codesnippets/3847650 to your computer and use it in GitHub Desktop.
Save mirko-codesnippets/3847650 to your computer and use it in GitHub Desktop.
JavaScript: Self-Invoking Anonymous Function
(function(){
// some code…
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment