Skip to content

Instantly share code, notes, and snippets.

@Maccauhuru
Last active January 19, 2019 17:09
Show Gist options
  • Save Maccauhuru/7e12e74e31a3699173b7ebc4b81fde41 to your computer and use it in GitHub Desktop.
Save Maccauhuru/7e12e74e31a3699173b7ebc4b81fde41 to your computer and use it in GitHub Desktop.
IIFE Syntax
//syntax for creating an IIFE
(function () {
//functions statements go here
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment