NodeList Vs HTML collection
Understanding NodeList and HTML collection in javaScript is very important. let's jump into:
1. HTML collections :
Example:
JavaScript :
let items = document.getElementsByClassName("box")
What it Ret
leanwithpankaj.hashnode.dev2 min read