NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().
NodeList
MDN Reference
Readonly
The NodeList.length property returns the number of items in a NodeList.
NodeList.length
Optional
Returns a node from a NodeList by index.
NodeList
objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().MDN Reference