---
id: 5d792537cb3a5cd6baca5e1a
title: Part 85
challengeType: 0
isHidden: true
---
## Description
Chain `forEach` onto `range(1, 99)`, passing in `createLabel` as an argument.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/window\.onload[\s\S]*range\(1,99\)\.forEach\(createLabel\);?\}/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution