--- id: 5dbc33956ef5fe3a704f84a4 title: Part 141 challengeType: 0 --- # --description-- After the `while` loop, set `text.innerText` to equal "You picked \[guess]. Here are the random numbers:". Replace \[guess] with the actual guess. # --hints-- See description above for instructions. ```js pickTwo(), assert(text.innerText === 'You picked 2. Here are the random numbers:'); ``` # --seed-- ## --before-user-code-- ```html