--- id: 5d7925384e34e944ecb4612d title: Part 113 challengeType: 0 dashedName: part-113 --- # --description-- Change the empty string in `varExpanded` to the result of calling `idToText` with `match.toUpperCase()`. # --hints-- See description above for instructions. ```js assert( code.replace(/\s/g, '').includes('match=>idToText(match.toUpperCase())') ); ``` # --seed-- ## --before-user-code-- ```html