Created
June 8, 2018 10:35
-
-
Save mohanramphp/4f3405e4107d73735834a9090d683ccb to your computer and use it in GitHub Desktop.
This gist is to explain the self calling function
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
(function(){ | |
console.log('I called myself'); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment