0
Html css js account page
Why doesn't the username changer work? https://code.sololearn.com/WxWLMFrwsL3b/?ref=app
5 ответов
+ 2
Jalaj Madaan
listen
mistake 1:
write id = "hm" not id = hm
/*********************/
Mistake 2:
you are targeting the innerHTML of the p tag (id ="hm")
so don't write document.getElementById.value
write, document.getElementById.innerHTML
= document.getElementById("inp").value
+ 1
Ahhh thank you so much, sorry for the late reply, i was outside my house.
0
Ah sorry
0
I forgot to put the code