--- id: 5d7925379e2a488f333e2d43 title: Part 80 challengeType: 0 isHidden: true --- ## Description
Now define a function `createLabel` which takes an argument `name` and has an empty body.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/window\.onload[\s\S]*constcreateLabel=\(?name\)?=>\{\}/.test(code.replace(/\s/g, ""))); ```
## Challenge Seed
```html ```
### Before Test
```html Spreadsheet
```
### After Test
```html ```
## Solution
```html ```