How can the nodes in the node list be accessed?
How can the nodes in the node list be accessed? Correct Answer Index number
The nodes in the node list can be accessed through their index number. The nodes are sorted as they appear in the source code, and the index starts at 0.