---
id: 5d792533e7707b9645d7b540
title: Part 010
challengeType: 0
isBeta: true
---
## Description
Remove the now redundant `addVar` definition.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert(typeof addVar === "undefined");
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html
```
## Solution