--- id: 5d792536ad340d9dff2e4a96 title: Part 62 challengeType: 0 dashedName: part-62 --- # --description-- Now, remove the curly braces and return statement. # --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 ```