The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection
is implemented.
Note:
NodeList objects in the DOM are live. Their items are accessible via an integral index, starting from 0.