---
id: 5d7925369614afd92d01fed5
title: Part 063
challengeType: 0
isBeta: true
---
## Description
You also don't need the parentheses in `elemValue` - it's parsed this way automatically. Remove them.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/constelemValue=n=>c=>document\.getElementById\(c\+n\)\.value/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution