HTMLCollection vs NodeList
When you select multiple elements from the DOM, the browser doesn’t return a normal array.
Instead, it gives you special collections:
HTMLCollection
NodeList
HTMLCollection
An HTMLCollection is a
nerdyneha.hashnode.dev2 min read