My ordered list items is not display in browser. I have error. Thanks you. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

My ordered list items is not display in browser. I have error. Thanks you.

Ordered list items is not display. https://code.sololearn.com/W5kJG0WZc0t4/?ref=app

19th Feb 2021, 6:22 AM
Malick Diagne
Malick Diagne - avatar
1 Answer
+ 2
You didn't add the olist to the body of the document prior to attempting to access it in the DOM. Add this line between 22 and 23. document.body.appendChild(olist);
19th Feb 2021, 6:33 AM
ChaoticDawg
ChaoticDawg - avatar