Skip to content

Instantly share code, notes, and snippets.

@why-jay
Created December 31, 2014 17:48
Show Gist options
  • Save why-jay/115f772af62b5fce04df to your computer and use it in GitHub Desktop.
Save why-jay/115f772af62b5fce04df to your computer and use it in GitHub Desktop.
for (let i = 0; i < domElems.length; ++i) {
domElems[i].addEventListener('click', () => {
console.log(i);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment