EmileeA / temperature-converter

0 stars 0 forks source link

JS - Clear Function #8

Open EmileeA opened 5 years ago

EmileeA commented 5 years ago

Story As a user, when I click the clear button, the temperature input should be cleared out.

AC When the user clicks the clear button, The text in the input field should be cleared out And the text in the output field should be cleared out.

DN Make a clear button and give it an id=clearBtn Add click event listener to clear button - run a function called clear *Write a clear function - remove anything inside id =tempInput and anything inside of id=tempOutput