Unknown error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Unknown error

Can someone help explain what's wrong here. It doesn't append to the target element. https://code.sololearn.com/W71P1fwc9rWf/?ref=app

16th Nov 2019, 10:01 AM
SolomonDavid Akesoba
SolomonDavid Akesoba - avatar
2 Answers
+ 2
you're forget to add an id attribute to the div element: https://code.sololearn.com/Whc6c3qQdu6l/#html
17th Nov 2019, 3:29 PM
MO ELomari
+ 1
Yeah. I later realize that. I was using nth-of-type instead of ID's
20th Nov 2019, 9:32 AM
SolomonDavid Akesoba
SolomonDavid Akesoba - avatar