--- id: 5d79253891d93585323d1f3c title: Part 112 challengeType: 0 dashedName: part-112 --- # --description-- Change the empty string in `elemValue` to the result of calling `idToText` with `c + n`. # --hints-- See description above for instructions. ```js assert(code.replace(/\s/g, '').includes('elemValue=n=>c=>idToText(c+n)')); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```