Skip to content

Instantly share code, notes, and snippets.

@iimos
Created September 18, 2015 06:09
Show Gist options
  • Save iimos/7a9b8a703eca861fb272 to your computer and use it in GitHub Desktop.
Save iimos/7a9b8a703eca861fb272 to your computer and use it in GitHub Desktop.
document.querySelectorAll("*").forEach
"forEach,map,filter,reduce,reduceRight,every,some".split(",").forEach(function(p) {
NodeList.prototype[p] = HTMLCollection.prototype[p] = Array.prototype[p]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment