Skip to content

Instantly share code, notes, and snippets.

@tanduong
Created December 24, 2018 14:19
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 tanduong/165cf5288d73c9e6e456b2c650d665e0 to your computer and use it in GitHub Desktop.
Save tanduong/165cf5288d73c9e6e456b2c650d665e0 to your computer and use it in GitHub Desktop.
ClickEvent
<button>Click me!</button>
document.querySelector('button').addEventListener('click', () => alert('clicked!'))
button {
margin: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment