--- id: 5d8a4cfbe6b6180ed9a1ca59 title: Part 122 challengeType: 0 dashedName: part-122 --- # --description-- On a new line, `append` a `td` to your `legendRows` variable. `td` is for an individual cell in the row of the table. # --hints-- test-text ```js assert($('.dashboard div table tbody tr td').length === 3); ``` # --seed-- ## --before-user-code-- ```html D3 Dashboard
``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```