Skip to content

Instantly share code, notes, and snippets.

@matthieua
Created November 15, 2018 16:06
Show Gist options
  • Save matthieua/0e3d7d320de317ba9334c7b097905d4b to your computer and use it in GitHub Desktop.
Save matthieua/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