--- id: 5d79253891d93585323d1f3c title: Part 112 challengeType: 0 isHidden: true --- ## Description
Change the empty string in `elemValue` to the result of calling `idToText` with `c + n`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(code.replace(/\s/g, "").includes("elemValue=n=>c=>idToText(c+n)")); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```