Skip to content

Instantly share code, notes, and snippets.

@h26k2
Created March 24, 2019 17:54
Show Gist options
  • Save h26k2/c4407ef9fe2b668548b13e037584ab66 to your computer and use it in GitHub Desktop.
Save h26k2/c4407ef9fe2b668548b13e037584ab66 to your computer and use it in GitHub Desktop.
Using foreach loop on html elements in js
Array.prototype.forEach.call(btns,(btn)=>{
alert("button");
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment