+ 1
How do I clear the screen? [Answered]
In my code if you press ârun awayâ and then ârespawnâ the text will stay how to I stop this from happening? https://code.sololearn.com/Wy1DiuOBSj45/?ref=app
1 Answer
+ 3
Put this in the respawn function...
document.getElementById("fix").innerHTML = "";