JavaScript HTML DOM Node Lists

A NodeList object is a list of nodes extracted from a document. A NodeList object is almost the same as an HTMLCollection object.

Code :