0
JavaScript
How can i keep all comments in this code??? After submitting a new one, the others will be removed https://code.sololearn.com/W9rGDg3RIZfD/?ref=app
2 Respuestas
+ 2
Replace this
document.getElementById("demo").innerHTML +=("<br>" +comment);
+ 1
Jayakrishna🇮🇳 thanks it worked!😁