Skip to content

Instantly share code, notes, and snippets.

@jeffAwesome
Created May 25, 2015 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffAwesome/753eb9fc31f7a8d10f9a to your computer and use it in GitHub Desktop.
Save jeffAwesome/753eb9fc31f7a8d10f9a to your computer and use it in GitHub Desktop.
Javascript Module Pattern
(function() {
// code
}());
// OR
(function() {
// code
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment