+ 1
Please why is the word "happy" not appended to the list
please help me out by commenting or writing the code properly https://code.sololearn.com/Wugiea6DVeK7/?ref=app
1 Réponse
+ 7
Hi, you had already asked this same question before. John answered it correctly. you just had to change
"total.appendChild(add)" to "total[0].appendChild(add)" in your Javascript code section on line 8.
if you still have difficulties ask away.
# working code will remove later
<removed>
# your previous post
https://www.sololearn.com/Discuss/1093968/?ref=app