Q. What is the property to access the first child of a node?
β
Correct Answer: (D)
timestamp.firstChild
Explanation: The first child of a node can be accessed using the firstChild property.