One good addition would be adding if (textValue === "") return; before the todos.push(textValue) in the addTodo function. In the current version it allows you to push blank todos. Other than that, this was a great video
Done! learned till the addtodo part then tried doing the edit and delete stuff by myself and voila i did it on first try! was scared I'd fell into tutorial hell Should i try going for react right away from your tutorials or should i do more with javascript right now? (i did learn javascript already from w3schools and some other youtubers) Thanks for the easy tutorials with awesome explanation!
One good addition would be adding if (textValue === "") return; before the todos.push(textValue) in the addTodo function. In the current version it allows you to push blank todos. Other than that, this was a great video
Done! learned till the addtodo part then tried doing the edit and delete stuff by myself and voila i did it on first try! was scared I'd fell into tutorial hell
Should i try going for react right away from your tutorials or should i do more with javascript right now?
(i did learn javascript already from w3schools and some other youtubers)
Thanks for the easy tutorials with awesome explanation!
Awesome !
great vid!
Thanks for the comment:)
💥💥💥💥👍👍👍👍
please increase the vs code font it's hard to see..
noted
You really should separate your script and styling into other files.
ewww inline style