public readonly property length as Int:
Number of nodes in the list.
Node count as an Int.
Int
nodes = DOMNodeList() print(nodes.length)