--- id: 5d8a4cfbe6b6180ed9a1ca53 title: Step 116 challengeType: 0 dashedName: step-116 --- # --description-- Use the `text` function to set the text of the selection to `2020 followers`. # --hints-- test-text ```js assert($('.dashboard div table thead tr th').text() === '2020 followers'); ``` # --seed-- ## --before-user-code-- ```html