0
Can someone tell me what is wrong with this button? Please:)
3 Respuestas
+ 1
thanks I appreciate it!
+ 1
works great now, thanks!:)
https://code.sololearn.com/WlNDJ29j2YAF/?ref=app
0
hey my friend, try change:
document.getElementById("theHeading").innerHtml = "My name is Human!";
by
document.getElementById("theHeading").innerHTML = "My name is Human!";
innerHtml is different from innerHTML, pay attention on Case Sensitive ;)
cya,