In step 24 of the Learn localStorage by Building a Todo App course, it is indicated that template strings should be utilized to set the id
attribute of the div
to the id
that was destructured from the task data. However, this step is incorrect because you are already writing code within template strings that were previously established. Therefore, the correct instruction should be to utilize interpolation. And in step 25, the same error occurs when it states, “Create a p element and use template strings to set its content to the title you destructured,” as code is already being written inside template strings that have already been defined.
Please note that English is not my first language. I want to provide constructive criticism, and I apologize if anything sounds offensive.