NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().
MDN Reference
Returns the node with index index from the collection. The nodes are sorted in tree order.