--- id: 5d7925387f3e9da5ec856dbe title: Part 107 challengeType: 0 --- # --description-- Update the recursive call to `evalFormula` by passing in `cells` as the second argument. # --hints-- See description above for instructions. ```js assert(code.replace(/\s/g, '').includes('evalFormula(functionExpanded,cells)')); ``` # --seed-- ## --before-user-code-- ```html Spreadsheet
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```