property lastChild

(r/o) box lastChild;

Typ

Zugriff

This property returns the last child box of the box the property is called on. This can be coupled with the other properties such as nextSibling, previousSibling, parent, etc... to navigate the DOM.

See firstChild property for example.