Contenu du cours
Module 1 — Discovering JavaScript
What JavaScript does, where to write your code, the console and a first script.
0/4
Module 2 — Language fundamentals
Variables and types, operators and conditions, then loops.
0/4
Module 3 — Functions and interactivity
Writing functions, responding to events and manipulating the DOM.
0/4
Module 4 — Going further
Arrays and objects, an introduction to APIs with fetch, and best practice.
0/4
JavaScript for beginners

Writing code that works is good; writing code that is readable and reliable is better. A handful of habits make all the difference.

Habits worth adopting

  • Choose clear names for your variables and functions (total rather than x).
  • Reach for const by default and let only when you need it.
  • Comment the tricky parts so you can pick the code up again easily.
  • Split your code into short functions, each with one clear job.
  • Test regularly in the console and fix errors as you go.

Keep making progress

JavaScript is a vast language. Once you have these foundations, you can explore arrow functions, frameworks such as React, or more advanced asynchronous programming. The most important thing: practise regularly on small, concrete projects.

Well done: you now have solid JavaScript foundations. Clear, tested, well-structured code: you are ready to build your own projects!

Prix indicatifs, convertis depuis l'euro