What does the appendChild() method perform?
What does the appendChild() method perform? Correct Answer Appends a node as the last child
The appendChild() method appends a node as the last child of a node. You can also use this method to move an element from one element to another.