Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Last active September 26, 2019 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkashRajvanshi/7903c7c212c3bf7cf8d8a1e8e0f447a9 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/7903c7c212c3bf7cf8d8a1e8e0f447a9 to your computer and use it in GitHub Desktop.
(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