---
id: 5d7925373b7127cfaeb50c26
title: Part 084
challengeType: 0
isBeta: true
---
## Description
Add `range(1, 99)` to the end of `window.onload` (the result will be discarded for now).
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(/window\.onload[\s\S]*range\(1,99\);?\}/.test(code.replace(/\s/g, "")));
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution