0
Clear function
I'd like my reset function to also reset my output area with the id "result" inside id "resbox". Can someone send a working code? Thank you https://code.sololearn.com/WTFyM95eGJw6/?ref=app https://code.sololearn.com/WTFyM95eGJw6/?ref=app https://code.sololearn.com/WTFyM95eGJw6/?ref=app
1 Antwort
+ 3
you would just make a reset() function put in it
output = document.getElementById(“result”)
output.innerHTML = “”
just as you did when you calculated the result