DEV Community

Ashok Naik
Ashok Naik

Posted on

Practical approach to Learn Javascript

This articles will serve as a roadmap for beginners to learn Javascript.
I have this habit to always start with why, So in the initial period of Learning Javascript I spent time reading the origins of Javascript. I referred to Programming Javascript Applications by Eric Elliott.

The following video provides a brief summary of the book.

After getting a brief overview of Javascript Basics, I tried some Interesting Challenges/Exercises.

  1. 30 days of Javascript

  2. Free Code Camp tutorial

  3. Edabit.com

These exercises help you to get a better understanding of Javascript and how to use it along with HTML/CSS and make some basic web applications.

Apart from these exercises, I followed Tony Alicea Crash Course on Youtube.

Hope these resources help you in your journey to Learn Javascript.

Top comments (0)