Home »
MCQs »
D3.js MCQs
All DOM items are selected by matching the specified CSS selector using which of the following method?
14. All DOM items are selected by matching the specified CSS selector using which of the following method?
- Selects
- AllSelects
- SelectAll
- None
Answer: C) SelectAll
Explanation:
All DOM items are selected by matching the specified CSS selector using the selectall() method.