--- id: 5d792536dc6e3ab29525de9e title: Part 73 challengeType: 0 dashedName: part-73 --- # --description-- The function in `varRangeExpanded` contains an unused argument. Replace or prefix it with an underscore. # --hints-- See description above for instructions. ```js assert( code .replace(/\s/g, '') .includes('constvarRangeExpanded=x.replace(rangeRegex,(_') ); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```