HTMLCollection vs NodeList
In DOM when we select multiple items by various methods we get two type of collection types
HTMLCollection
NodeList
HTMLCollection :
A HTMLCollection is a live collection of HTML elements returne
domimp.hashnode.dev2 min read