appendChild

open fun appendChild(newChild: Element): Node
open fun appendChild(newChild: Node): Node

Return

node

Parameters

newChild

new child to add

Throws