Learn by Building a Todo App - Minor errors in some steps

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.

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.

1 Like

It’s a pleasure to help. Later I’m going to see about reporting the bug on GitHub Issues.