Skip to content

Instantly share code, notes, and snippets.

@oneEyedSunday
Created December 14, 2018 01:46
Show Gist options
  • Save oneEyedSunday/b05d6b6b300a304ed38cc9063febfb9e to your computer and use it in GitHub Desktop.
Save oneEyedSunday/b05d6b6b300a304ed38cc9063febfb9e to your computer and use it in GitHub Desktop.
function hookupevents(){
for(var i = 0; i < 3; i++){functon(index){
document.getElementsById("button" + index).addEventListener('click', function() {alert (index)})
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment