firstChild

The read-only firstChild property of the Node interface returns the node's first child in the tree, or null if the node has no children.

MDN Reference