Learn/javascript-algorithms-and-data-structures-v8/learn-localstorage-by-building-a-todo-app/step-17

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