--- id: 5d7925366a5ff428fb483b40 title: Step 75 challengeType: 0 dashedName: step-75 --- # --description-- Replace the `""` in `varExpanded` with `match => document.getElementById(match.toUpperCase()).value`. # --hints-- See description above for instructions. ```js assert( code .replace(/\s/g, '') .includes( 'constvarExpanded=varRangeExpanded.replace(varRegex,match=>document.getElementById(match.toUpperCase()).value)' ) ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```