Examveda
Examveda

What does the appendChild() method perform?

A. Appends a node in the middle of the index taken as the parameter

B. Appends a node as the first child

C. Appends a node as the last child

D. None of the mentioned

Answer: Option C

Solution(By Examveda Team)

The appendChild() method appends a node as the last child of a node.

Join The Discussion

Related Questions on Invocation and Performance Navigation