HTMLCollection vs NodeList in DOM (Simple & Example-Based Guide)
When selecting elements in JavaScript DOM, you may notice something confusing:
Sometimes you get an HTMLCollection, and sometimes a NodeList.
Both look like arrays.Both store multiple elements.But the
joy-swarnakar.hashnode.dev3 min read