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/95892e37df1d89ff0711a028d1a09aea to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/95892e37df1d89ff0711a028d1a09aea to your computer and use it in GitHub Desktop.
const button = document.querySelector('button')
button.addEventListener('click', function () {
console.log(this) // button
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment