I solved this step by using a back bracket and a semicolon.
taskData.forEach(({ id, title, date, description }) => {
tasksContainer.innerHTML += ``;
);
});
I solved this step by using a back bracket and a semicolon.
taskData.forEach(({ id, title, date, description }) => {
tasksContainer.innerHTML += ``;
);
});