---
id: 5d7925353b307724a462b06b
title: Part 060
challengeType: 0
isBeta: true
---
## 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
### After Test
```html
```
## Solution