--- id: 5d792537c80984dfa5501b96 title: Part 88 challengeType: 0 --- ## Description
Inside `letters.forEach`, assign `document.createElement("input")` to `input`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/window\.onload[\s\S]*range\(1,99\)\.forEach\(\(?x\)?=>\{createLabel\(x\);?letters\.forEach\(\(?y\)?=>\{constinput=document\.createElement\(["']input["']\);?\}\);?\}\);?\}/.test(code.replace(/\s/g, ""))); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```