--- id: 5d8a4cfbe6b6180ed9a1ca61 title: Step 130 challengeType: 0 dashedName: step-130 --- # --description-- On a new line, append another `td` to the `legendRows` variable for the last group of items. It will display the number of followers for each platform. # --hints-- test-text ```js assert($('.dashboard div table tbody tr td').length === 9); ``` # --seed-- ## --before-user-code-- ```html