Q. What does the appendChild() method perform?
β
Correct Answer: (C)
Appends a node as the last child
Explanation: The appendChild() method appends a node as the last child of a node.