public item(index as Int) as Node
Returns the node at the given zero-based index, or null when the index is outside the list.
The node at the requested position, or null.
first = nodes.item(0)