---
id: 5d792536ad340d9dff2e4a96
title: Part 062
challengeType: 0
isBeta: true
---
## Description
Now, remove the curly braces and return statement.
## 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