hot to change the current text in html to other code example
Example: css change the button text value
document.getElementById("myButton").innerHTML="new button text";
document.getElementById("myButton").innerHTML="new button text";