A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(D)
  • Views: 19
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.