--- id: 5d792533e7707b9645d7b540 title: Part 10 challengeType: 0 --- # --description-- Remove the now redundant `addVar` definition. # --hints-- See description above for instructions. ```js assert(typeof addVar === 'undefined'); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```