--- title: Select a Group of Elements with D3 --- ## Select a Group of Elements with D3 ### Hint Use the ``` selectAll() ``` method and chain it with the ``` text() ``` method. ### Solution ```html ```