--- id: 5ddb965c65d27e1512d44ddc title: Step 69 challengeType: 0 dashedName: step-69 --- # --description-- Create a variable named `clearForm` and set it equal to a blank arrow function like you did with `clearOutput`. # --hints-- See description above for instructions. ```js assert(typeof clearForm === 'function'); ``` # --seed-- ## --before-user-code-- ```html

Calorie Counter

Sex
Breakfast
Lunch
Dinner
``` ## --after-user-code-- ```html ``` ## --seed-contents-- ```html ``` # --solutions-- ```html ```