--- id: 5ddb965c65d27e1512d44ddc title: Part 69 challengeType: 0 isHidden: 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
```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
```
### After Test
```html ```
## Solution
```html ```