NodeList vs HTMLCollection in JavaScript
When working with the DOM, you’ll often deal with collections of elements instead of just one. Two common types you’ll encounter are NodeList and HTMLCollection.
They look similar at first, but they b
aryan-blog.hashnode.dev3 min read