function myFunction() {
document.getElementById("demo").innerHTML = "This has changed.";
}
Change this text by clicking on the button.
....closer to your dream
function myFunction() {
document.getElementById("demo").innerHTML = "This has changed.";
}
Change this text by clicking on the button.