--- id: 5d660a32e0696bdec46938d5 title: Part 23 challengeType: 0 --- # --description-- Right after the `onclick` properties are updated, change the `innerText` property of `text` to "You enter the store." # --hints-- See description above for instructions. ```js assert( goStore .toString() .match(/text\.innerText\s*\=\s*[\'\"\`]You enter the store\.?[\'\"\`]/) ); ``` # --seed-- ## --before-user-code-- ```html