--- id: 5d7925358c220e5b2998909e title: Part 52 challengeType: 0 isHidden: true --- ## Description
Now, pass `x` to `String.fromCharCode` in the arrow function.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(JSON.stringify(charRange("A", "C")) === '["A","B","C"]'); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```