Node.appendChild must be an instance of Node appendChild code example
Example: appendchild on specific position
parentElement.insertBefore(newElement, parentElement.children[2]);
parentElement.insertBefore(newElement, parentElement.children[2]);