---
id: 5d792533e7707b9645d7b540
title: Part 10
challengeType: 0
isHidden: 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