HTMLCollection vs NodeList in DOM
When you start learning JavaScript and the DOM (Document Object Model), you will often hear two confusing terms:
HTMLCollection
NodeList
At first glance, both look the same.They behave like arrays
logictech.hashnode.dev4 min read