The Complete Javascript Course 2020: Build Real Projects! Jonas Schmedtmann Lezioni ((free)) Page
This is the —over 40 lessons building a real-world recipe search application using an external API.
JavaScript does not change radically every year. ES2020 introduced features like the Nullish coalescing operator ( ?? ) and Optional chaining ( ?. ) , but the core (ES6) taught by Jonas represents 95% of what you write daily. This is the —over 40 lessons building a
These are the core "lezioni" where you learn the vocabulary of the language. ) and Optional chaining (
Through the "Pig Game" project, you learn how to make websites interactive. You will master selecting elements, changing styles, and handling user events—the bread and butter of front-end development. 4. Data Structures and Modern Tooling Through the "Pig Game" project, you learn how
Even though the course was released in 2020 (covering ES6/ES7/ES8), it remains a gold standard for beginners. Why? Because Jonas Schmedtmann doesn’t just teach syntax; he teaches through project-based lessons.