--- id: 5d7925369614afd92d01fed5 title: Part 63 challengeType: 0 dashedName: part-63 --- # --description-- You also don't need the parentheses in `elemValue` - it's parsed this way automatically. Remove them. # --hints-- See description above for instructions. ```js assert( /constelemValue=n=>c=>document\.getElementById\(c\+n\)\.value/.test( code.replace(/\s/g, '') ) ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```