---
id: 5d7925387f3e9da5ec856dbe
title: Part 107
challengeType: 0
isHidden: true
---
## Description
Update the recursive call to `evalFormula` by passing in `cells` as the second argument.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(code.replace(/\s/g, "").includes("evalFormula(functionExpanded,cells)"));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution