READ: Display the Tasks
The Read operation displays the tasks in the task list.
html
<ul id="taskList">
Tasks goes here
</ul>
javascript
document.getElementById("taskList").appendChild(li);
Sign in to save your progress permanently.
Progress is saved in your browser session
Step 4 of 7