PKPankaj kumarinleanwithpankaj.hashnode.dev00NodeList Vs HTML collection2d ago · 2 min read · Understanding NodeList and HTML collection in javaScript is very important. let's jump into: 1. HTML collections : Example: JavaScript : let items = document.getElementsByClassName("box") What it RetJoin discussion