lastElementChild
Description
The lastElementChild of ParentNode for JS returns the last child that is an element; otherwise null.
Syntax
element = node.lastElementChild
The lastElementChild of ParentNode for JS returns the last child that is an element; otherwise null.
element = node.lastElementChild