firstChild is a DOM property that contains a reference to the first child node of an element. It's a read-only property that returns null if the element has no children. It's not a method that performs actions - it simply accesses the existing node structure.