Learn localStorage by Building a Todo App | FreeCodeCamp

preview_player
Показать описание
In this video, I go through the FreeCodeCamp Challenges for Learning localStorage by Building a Todo App. I explain concepts along the way! Enjoy and have a great day!

Рекомендации по теме
Комментарии
Автор

Thank you so much Landon, every time I get stuck, I come to you and get an explanation, and it really helps see where I am getting myself stuck. Your videos are seriously a lifesaver and have helped me immensely. Sometimes the instructions are not the clearest thing to follow along with and your videos really help. I cannot thank you enough for the help!

S-Barrett-
Автор

38:10 thanks for the information there !

AmmarAlBalawi-ob
Автор

Thank you so much for your work, it helped me so much. I didnt find by myself, but I was wondering how you can select multiple lines to edit at the same time (not next to each other like you did at 24:24) ? Thanks again ! :)

simonm.
Автор

What if you make videos on freecodecamp JavaScript certification projects ?

misgechekole
Автор

its weird because they add one more level : Step 66
There are two bugs left to fix. First, if you create a task with only spaces for the title, an empty task will be created even though the title is required.

Fix that by adding a check at the beginning of the function for if !titleInput.value.trim(). If there's no title, show an alert with the text Please provide a title and return after that.

AmmarAlBalawi-ob