Question: I'm working with a button and a text label in javascript and HTML. I have a code that clears the input text label, but i
I'm working with a button and a text label in javascript and HTML. I have a code that clears the input text label, but i also need the same button to clear the output message it gives = "helloNameOutput". How would I add the 2 in the same function? I have both my codes listed below, that work perfectly separated, but I cant figure out how to put them together to work with the same button.
What I have tried: //for removing the Input text label:
onclick = document.getElementById("helloNameInput").value=""; //for removing the Output message recieved: inputField = document.getElementById("helloNameOP") document.getElementById('helloNameOP').textContent = " "
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
