Last active
January 19, 2019 17:09
-
-
Save Maccauhuru/7e12e74e31a3699173b7ebc4b81fde41 to your computer and use it in GitHub Desktop.
IIFE Syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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