HTMLCollection vs NodeList

Hi, in this post we are going to learn the difference between HTMLCollection and NodeList. HTMLCollection and NodeList: there are similar structures, they are groups of thing in our web page and depending which method we are using when we play with the DOM then we get a NodeList or HTMLCollection. For example: In the … Continue reading HTMLCollection vs NodeList