Skip to content

Instantly share code, notes, and snippets.

@haingdc
Created January 30, 2018 10:01
Show Gist options
  • Save haingdc/9e84bbceee7163a36bc33bfc21848931 to your computer and use it in GitHub Desktop.
Save haingdc/9e84bbceee7163a36bc33bfc21848931 to your computer and use it in GitHub Desktop.
iife patterns
(function () {
// ...
})();
(function () {
// ...
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment