+ 2
How can I add messages to the top instead of adding them to the bottom?
11 Respostas
+ 4
You can use the listName.unshift("text") tag!
Search about it on google
+ 2
Tony Sharma K. K Gaming see my code!
It is showing correctly in my code
https://code.sololearn.com/Wh6O7N98vyUb/?ref=app
+ 1
Namit Jain I don't understand
+ 1
Replace last line by
document.getElementById("messages").innerHTML = html + document.getElementById("messages").innerHTML
+ 1
But Tony Sharma K. K Gaming I can't see any messages. Did you deleted everything?
0
Someone no firstly right something
0
Someone can you tell me right code link
0
Namit Jain it shows message.unshift is not function