Skip to content

Instantly share code, notes, and snippets.

@gaby-mg
Created October 26, 2012 20:15
Show Gist options
  • Save gaby-mg/3961223 to your computer and use it in GitHub Desktop.
Save gaby-mg/3961223 to your computer and use it in GitHub Desktop.
JS: Anonymous Immediately-Invoked Function Expression (IIFE)
(function(){ /* code */ }());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment