Log in

View Full Version : Best way to learn JavaScript



charlesprabhu
12-08-2022, 12:29 PM
1. Avoid jQuery and other JavaScript frameworks, try as much as you can to write vanilla JavaScript

2. Post every bit of code you write on GitHub, and try to convince other developers to read it and give you advice.

3. Build and launch real web applications, with reading CRUD features

4. Seek failure and just keep learning

Diana Nice
07-29-2023, 05:05 AM
The best way to learn JavaScript is to start with the basics, like variables and functions, then move on to more advanced concepts. Practice coding regularly, build projects, and seek out online tutorials or courses. Engage with the developer community for support and collaboration. Stay curious and persistent! Happy coding!