Vidyalelo
JavaScript · Q124

Document Object Model And Event Handling

Programming · JavaScript · question 124

Q124

How can the nodes in the node list be accessed?

A.
Key
B.
Index number
Answer
C.
Looping
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The nodes in the node list can be accessed through their index number (starting from 0).