What is the property to access the first child of a node?
What is the property to access the first child of a node? Correct Answer timestamp.firstChild
The first child of a node can be accessed using the firstChild property. firstChild returns the first child node as an element node, a text node or a comment node (depending on which one’s first).
মোঃ আরিফুল ইসলাম
Feb 20, 2025