Home »
MCQs »
D3.js MCQs
The ____ function adds a new element as the final child of the current selection's element
15. The ____ function adds a new element as the final child of the current selection's element.
- End()
- Add()
- AddLast()
- Append()
Answer: D) Append()
Explanation:
The append() function adds a new element as the final child of the current selection's element.