--- id: 5ddb965c65d27e1512d44dd7 title: Part 64 challengeType: 0 isBeta: true --- ## Description
Inside the `function` body, instruct your code to call two other functions, `clearOutput()` and `clearForm()`. We will create these functions shortly.
## Instructions
## Tests
```yml tests: - text: See description above for instructions. testString: assert(/clearOutput\(\)/.test(code) && /clearForm\(\)/.test(code) ) ```
## Challenge Seed
```html ```
### Before Test
```html

Calorie Counter

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