Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (D) timestamp.firstChild
Explanation: The first child of a node can be accessed using the firstChild property.
Explanation by: Mr. Dubey
The first child of a node can be accessed using the firstChild property.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
174
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate