NodeList vs HTMLCollection — The DOM Showdown
Two collections that look the same, but behave completely differently.
1. What are they, exactly?
When you query the DOM in JavaScript, you don't get a plain array back — you get a collection object
web-dev-articles.hashnode.dev7 min read