--- id: 5d792537c80984dfa5501b96 title: Step 88 challengeType: 0 dashedName: step-88 --- # --description-- Inside `letters.forEach`, assign `document.createElement("input")` to `input`. # --hints-- See description above for instructions. ```js assert( /window\.onload[\s\S]*range\(1,99\)\.forEach\(\(?x\)?=>\{createLabel\(x\);?letters\.forEach\(\(?y\)?=>\{constinput=document\.createElement\(["']input["']\);?\}\);?\}\);?\}/.test( code.replace(/\s/g, '') ) ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```