26
loading...
This website collects cookies to deliver better user experience
The best way to practice JavaScript is to work on the project.
ToDo List
Add ToDo Items & simultaneously update the View/DOM for the newly added item
Delete the ToDo Item and update a view
Edit the ToDo item and reflect the changes
Can be marked and complete or incomplete
Try to add a deadline/completion date to todo item
Add Location to the to-do items.
It’s just like muscle memory, the more you code the more it becomes natural.
Embrace unit testing as early as possible in your career as a programmer.
Anytime you learn a new concept, see how you can improve past code.
Coding is a process to get to the most suitable and optimized and not to start with perfect
If you follow a video tutorial, type all of the coding snippets - DO NOT COPY AND PASTE IT
Read other people's code, if you follow good JS projects and people go to their GitHub account and read some of the code.
There is no such best way to learn JavaScript, it totally depends on one person to another.