Home »
MCQs »
D3.js MCQs
In d3.js, a ____ is a collection of DOM items that match a particular selector
13. In d3.js, a ____ is a collection of DOM items that match a particular selector.
- Selection
- Path
- Events
- Transition
Answer: A) Selection
Explanation:
In d3.js, a selection is a collection of DOM items that match a particular selector.