how to change the color and text of a button javascript code example
Example: javascript change color of button
document.getElementById("button").style.background='#000000';
document.getElementById("button").style.background='#000000';