firstChild

The TreeWalker.firstChild() method moves the current Node to the first visible child of the current node, and returns the found child.

MDN Reference