Last active
September 26, 2019 07:21
-
-
Save AkashRajvanshi/7903c7c212c3bf7cf8d8a1e8e0f447a9 to your computer and use it in GitHub Desktop.
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('Anonymous function') // Anonymous Function | |
console.log(this) // window object | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment