Skip to content

Roadmap to Learn JavaScript

JavaScript is such an amazing language! Born as a simple way to manipulate documents in the browser, over the years it became the most popular programming language in the world, and now runs everywhere. Learn the JavaScript Programming Language through simple tutorials following my roadmap

JavaScript is such an amazing language!

Born as a simple way to manipulate documents in the browser, over the years it became the most popular programming language in the world, and now runs everywhere.

Here is an attempt to draft a roadmap to learn JavaScript.

Note: I added all those in a handy PDF/ePub, download it now

Beginner’s guides

First, dive into the introductory guide to the language, and dive into the overview of the “latest and greatest” additions to the language. It’s useless to learn the “old way” of doing things when in the last 3 years how we all use the language changed so much.

Basics of the language

Next, this is a more in-depth analysis of the building blocks of JavaScript.

The JavaScript built-in objects

Asynchronous programming

JavaScript is big on asynchronous programming. Learn all the basics!

Events

Advanced topics

Some more advanced topics before you go ahead to learn something new

Data Structures

The Web Platform

Cookies, localStorage, the History API, Fetch, Cache, Service Workers, it’s all explained in the Web Platform APIs Guide. Lots of things in there!

How-tos

Here are some little how-to posts that can shed a light on some JavaScript tasks, and as a side effect better understand what JavaScript can do and how it works:

What’s next?

If you’re ready to go ahead and dive into more advanced lands, check out React and server-side JavaScript with Node.js.


→ Get my JavaScript Beginner's Handbook

download all my books for free

  • javascript handbook
  • typescript handbook
  • css handbook
  • node.js handbook
  • astro handbook
  • html handbook
  • next.js pages router handbook
  • alpine.js handbook
  • htmx handbook
  • react handbook
  • sql handbook
  • git cheat sheet
  • laravel handbook
  • express handbook
  • swift handbook
  • go handbook
  • php handbook
  • python handbook
  • cli handbook
  • c handbook

subscribe to my newsletter to get them

Terms: by subscribing to the newsletter you agree the following terms and conditions and privacy policy. The aim of the newsletter is to keep you up to date about new tutorials, new book releases or courses organized by Flavio. If you wish to unsubscribe from the newsletter, you can click the unsubscribe link that's present at the bottom of each email, anytime. I will not communicate/spread/publish or otherwise give away your address. Your email address is the only personal information collected, and it's only collected for the primary purpose of keeping you informed through the newsletter. It's stored in a secure server based in the EU. You can contact Flavio by emailing flavio@flaviocopes.com. These terms and conditions are governed by the laws in force in Italy and you unconditionally submit to the jurisdiction of the courts of Italy.

Related posts about js: