---
id: 5ddb965c65d27e1512d44ddc
title: Part 69
challengeType: 0
isBeta: true
---
## Description
Create a variable named `clearForm` and set it equal to a blank arrow function like you did with `clearOutput`.
## Instructions
## Tests
```yml
tests:
- text: See description above for instructions.
testString: assert( typeof clearForm === "function")
```
## Challenge Seed
```html
```
### Before Test
### After Test
```html