Posts by Matheus Mendonca • 1 point
1 post
-
0
votes2
answers1530
viewsQ: Function reset form in JS does not work
The button clears the form but does not perform the rest of the functions function reset() { var form = document.getElementById("form"); var nome = document.form.nome.value; var set =…