Skip to content

Instantly share code, notes, and snippets.

@mattdelacdev
Created November 15, 2018 16:06
Show Gist options
  • Select an option

  • Save mattdelacdev/0e3d7d320de317ba9334c7b097905d4b to your computer and use it in GitHub Desktop.

Select an option

Save mattdelacdev/0e3d7d320de317ba9334c7b097905d4b to your computer and use it in GitHub Desktop.
function go(event) {
console.log(event.currentTarget === this);
};
document.querySelector('.block').addEventListener('click', go);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment