Skip to content

Instantly share code, notes, and snippets.

@psycalc
Created September 10, 2016 11:25
Show Gist options
  • Save psycalc/aa888f193fc652602267d4049b1b637b to your computer and use it in GitHub Desktop.
Save psycalc/aa888f193fc652602267d4049b1b637b to your computer and use it in GitHub Desktop.
event object target equalt this
sometEventHandler (e) {
console.log(e.target === this); // true
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment