Skip to content

Instantly share code, notes, and snippets.

@snigo
Last active November 5, 2021 10:54
Show Gist options
  • Save snigo/5ff86159eeda2b6231ff6beb642d24e1 to your computer and use it in GitHub Desktop.
Save snigo/5ff86159eeda2b6231ff6beb642d24e1 to your computer and use it in GitHub Desktop.
const button = document.getElementById('btn');
function handleClick(clickEvent) {
/** React on click event */
}
button.addEventListener('click', handleClick);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment