Thank you, to add enter key write this textInputField.addEventListener("keypress",(e)=>{ If(e.key ==="Enter") { Here copy paste all code inside addButton.addEventListenr() } })
Just a little suggestion. It would be awesome if you improve video sound quality it feels like there is echo coming back. Other than that everything is perfect
Hi thank you for your suggestion about audio echo, i have not noticed that before, i will correct it from my next video I will watch your video, good luck with your channel
@@codelab7185 Thank you. One more suggestion to get view is that you try doing projects that are trending for interview and js polyfills based questions. These will get you more views in my opinion.
Excellent teacher, Amazing explanation.
You are an excellent teacher. You have made todo CRUD app logically and efficiently. Great Job.
Thank you
Super 👏.. Amazing explanation for the beginner.. 🔥😍
Thank you
Hello buddy Good job. Really impressive
Thank you for the detailed instructions. I want when I press the enter button, new todo item will be added.
please guide how to do it
Thank you, to add enter key write this
textInputField.addEventListener("keypress",(e)=>{
If(e.key ==="Enter") {
Here copy paste all code inside addButton.addEventListenr()
}
})
Just a little suggestion. It would be awesome if you improve video sound quality it feels like there is echo coming back. Other than that everything is perfect
Hi thank you for your suggestion about audio echo, i have not noticed that before, i will correct it from my next video I will watch your video, good luck with your channel
IT WAS AMAZING! THANK YOU VERY MUCH! YOU HELPS A LOT
Thank you
Thank u so much Sir.
Thank you
Thanks for this good job, but how can i integrate local storage to this
I also built To Do list and posted video for that. If you are interested you can go and check out how I implemented it
Can you do update,but that data stayed down?
Can you please upload code to github and share it in the description
I added the source code link now, please check
@@codelab7185 Thank you. One more suggestion to get view is that you try doing projects that are trending for interview and js polyfills based questions. These will get you more views in my opinion.
Wrong approach. You need to manipulate items via unique ID. Anyway, for educational approach could be used to learn JS basics.