.appendChild()
↔ to append childNode
arg to current Node
if existing node on DOM is passed as arg
node will be detached and moved to new position
.appendChild()
↔ to append childNode
arg to current Node
node will be detached and moved to new position