Skip to content

Instantly share code, notes, and snippets.

@egrueter-dev
Created August 14, 2016 15:22
Show Gist options
  • Save egrueter-dev/3d3a7ef1364e8fc88164b051c0835890 to your computer and use it in GitHub Desktop.
Save egrueter-dev/3d3a7ef1364e8fc88164b051c0835890 to your computer and use it in GitHub Desktop.
const button = document.querySelector(‘.button’);
buttton.addEventListener(‘click, () => {
this.classList.toggle(‘on’); //=> error!!! This is defined globally.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment