Tell us what’s happening:
i di d everything it asked and its telling me i should create a div element with the class of task i even went to the next step to double check my work and it looks right
]
Your code so far
<!-- file: index.html -->
/* file: styles.css */
/* file: script.js */
// User Editable Region
taskData.forEach(({id, title, date, description}) =>
<div class="task" id="${id}">
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Challenge Information:
Learn localStorage by Building a Todo App - Step 24