Created
January 5, 2019 07:33
-
-
Save doctorx/fb938428841c256174c9e1d5b98e72cf to your computer and use it in GitHub Desktop.
Immediately-Invoked Function Expression (IIFE)
This file contains hidden or 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
| (function () { | |
| // ініціалізований простір. | |
| })(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://dmitrysoshnikov.com/ecmascript/ru-chapter-5-functions/#funktsiya-vyirajenie-function-expression
http://benalman.com/news/2010/11/immediately-invoked-function-expression/