--- id: 5d7925366a5ff428fb483b40 title: Part 75 challengeType: 0 --- ## Description
Replace the `""` in `varExpanded` with `match => document.getElementById(match.toUpperCase()).value`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(code.replace(/\s/g, "").includes("constvarExpanded=varRangeExpanded.replace(varRegex,match=>document.getElementById(match.toUpperCase()).value)")); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```