---
id: 5d792534cf81365cfca58794
title: Part 34
challengeType: 0
isHidden: 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
### After Test
```html
```
## Solution