append
Description
The append of ParentNode for JS inserts nodes after the last child of the node, while replacing the strings in the nodes with equivalent text nodes.
Syntax
node.append(nodes)
Parameters
nodes
Objects that implement Node. Nodes participate in a tree, which is known as the node tree.