To-do-list project: can’t render after deleting task
I’m currently working on a to-do-list project on the odin project.
How can I add text and image elements into div elements?
I have a HTML file with the following element:
Why is my html body content being overwritten instead of appended to?
I have the follwing script which I believe should be appending the ordered list of sections to the bottom of the existing html body. But instead it is replacing it. Why?