--- id: 5d792534cf81365cfca58794 title: Part 034 challengeType: 0 isBeta: true --- ## Description
Apply `toNumberList(args)` to `spreadsheetFunctions[fn.toLowerCase()]`.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(code.replace(/\s/g, "").includes('consttoNumberList=args=>args.split(",").map(parseFloat);constapplyFunction=(fn,args)=>spreadsheetFunctions[fn.toLowerCase()](toNumberList(args))')); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```