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