Correct answer is (d) timestamp.firstChild
The explanation is: 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).