Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created January 2, 2017 21:45
Show Gist options
  • Save chrislaughlin/6fa46ae9f1189e2f0c19c6c7a0e7e443 to your computer and use it in GitHub Desktop.
Save chrislaughlin/6fa46ae9f1189e2f0c19c6c7a0e7e443 to your computer and use it in GitHub Desktop.
ES6 This context
this.foo = 'foo';
document.querySelector('.my-div').onclick = () => {
console.log(this.foo)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment