---
id: 5ddb965c65d27e1512d44dd7
title: Part 64
challengeType: 0
isHidden: 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
### After Test
```html