Skip to content

Instantly share code, notes, and snippets.

@why-jay
Last active August 29, 2015 14:12
Show Gist options
  • Save why-jay/202fa390905e84fe7f17 to your computer and use it in GitHub Desktop.
Save why-jay/202fa390905e84fe7f17 to your computer and use it in GitHub Desktop.
domElems.forEach((elem, i) => {
elem.addEventListener('click', () = {
console.log(i);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment