Skip to content

Instantly share code, notes, and snippets.

@alvarezmauro
Last active May 8, 2018 02:46
Show Gist options
  • Save alvarezmauro/77e63b8089cb9791260f7a3539f7a0a9 to your computer and use it in GitHub Desktop.
Save alvarezmauro/77e63b8089cb9791260f7a3539f7a0a9 to your computer and use it in GitHub Desktop.
JS Design Pattern - Module
(function() {
// declare private variables and/or functions
return {
// declare public variables and/or functions
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment