Examveda

What is the property to access the first child of a node?

A. timestamp.Child1

B. timestamp.Child(1)

C. timestamp.Child(0)

D. timestamp.firstChild

Answer: Option D

Solution (By Examveda Team)

The first child of a node can be accessed using the firstChild property.

Join The Discussion

Related Questions on Server Side and Client Side Scripting