NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes and methods such as document.querySelectorAll().
NodeList
MDN Reference
Returns a node from a NodeList by index.