πŸ“Š JavaScript
Q. 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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Appends a node as the last child

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

Explanation by: Mr. Dubey
The appendChild() method appends a node as the last child of a node.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
141
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate