--- id: 5d7925353b307724a462b06b title: Part 60 challengeType: 0 --- ## Description
Finally, return `fn("A")`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/elemValue.*constfn=elemValue\(['"]1['"]\);?returnfn\(['"]A['"]\);?\}/.test(code.replace(/\s/g, ""))); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```