chegg to move an existing element on the DOM three from its current position to a new position on the DOM, you may use insertBefore() or appendChild() method. Group of answer choices code example
Example: appendchild on specific position
parentElement.insertBefore(newElement, parentElement.children[2]);