Node instance properties
.childNodes
to returnNodeList
of Child Nodes
.nodeValue
to return/set Node
value
.parentElement
.parentNode
.textContent
to return/set text content of Element (+ Descendant)