Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Modern JavaScript From The Beginning 2.0 (Just Updated)
Rating: 4.7 out of 5(36,311 ratings)
128,460 students

Modern JavaScript From The Beginning 2.0 (Just Updated)

A 40-hour master course to take you from beginner to advanced JavaScript
Created byBrad Traversy
Last updated 10/2025
English

What you'll learn

  • Learn the Fundamentals (Variables, Loops, Functions, etc)
  • Learn How JavaScript Works (Execution Context, Call Stack, Async JS)
  • Master the Document Object Model & Events (Interactivity)
  • Asynchronous JavaScript (Callbacks, Promises, Fetch, Ajax)
  • OOP (Constructors, Prototypes, Classes)
  • Modern Tooling & Workflow (Webpack, Babel, File Structure, NPM, Plugins & Loaders)
  • Full Stack Project With Webpack, Node, Express & MongoDB
  • 5 Real World Projects & 10+ Mini-Projects

Course content

23 sections285 lectures40h 13m total length
  • Welcome To The Course2:18

    Explore from a variable to a full stack app with no backend, using Webpack, modules, UI components, and API services, plus DOM manipulation and jest-based testing.

  • Course Outline7:49

    Explore a roadmap from fundamentals and dom manipulation to asynchronous JavaScript. The course covers events, fetch api, local storage, and hands-on projects like shopping list and movie app.

  • What Is JavaScript?7:42

    Explore what JavaScript is and how it powers dynamic, interactive web pages from front-end DOM manipulation and events to back-end with Node.js, APIs, and SPAs.

  • Tools & Setup5:24

    Learn the essential tools and environment for vanilla front-end JavaScript, including Visual Studio Code, Git, Node.js, and NPM, plus Live Server and Prettier for auto reloads and clean code.

  • Running JavaScript In The Browser7:02

    Create an HTML file and a JavaScript file, and run JavaScript in the browser. Load external scripts with a script tag, use live server for auto reloads, and explore Emmet.

  • Course Links0:42

Requirements

  • Basic HTML / CSS knowledge

Description

This is a 40+ hour in-depth course that will take you from the absolute beginning of JavaScript, learning about data types, functions and loops to learning DOM manipulation, asynchronous JS with promises, async/await and much more. You will even learn how to write unit tests for algorithms. We go into how JavaScript works under the hood including execution context, the call stack, event loop, etc. We learn about Webpack tooling and how to create a modern development environment. At the end, we build a Node.js/Express API with a custom Webpack frontend.


All of the code in the learning modules will go into a folder called "JavaScript Sandbox". This is so we can keep things organized and you can always refer back to it for any code snippets that you may need. All of the final and starter code for the projects is included as well as links to the GitHub Repos.


WHAT YOU WILL LEARN


  • Basics & Fundamentals: Data types, let & const variables, functions, conditionals, loops, object literals, etc

  • Data Structures - Arrays, objects, maps, sets as well as custom data structures like stacks and queues

  • DOM Manipulation - Selectors, traversing the DOM, show/hide, creating & removing elements, event listeners

  • OOP - Constructor functions, prototypes, inheritance, classes, protected properties, getters/setters

  • Async JS - Ajax & XHR, Fetch API, callbacks, promises, async / await

  • Error Handling - Try...Catch, HTTP errors

  • Web & Browser APIs - Canvas, geolocation, audio/video, web animations API

  • Modules & Tooling - CommonJS & ES Modules, Webpack,  plugins, loaders, modern dev environment &  workflow

  • Unit Testing Algorithms - Learn the Jest testing library and algorithms like palindromes and anagrams

  • Node.js & Express - Learn about Node modules, NPM packages and build a REST API with Express & MongoDB

  • Full Stack Development - We build an API with Express and a frontend with Webpack. No frontend frameworks!

  • So So Much More!


COURSE PROJECTS & MINI-PROJECTS


  1. Shopping List

  2. Flix Movie App

  3. Tracalorie OOP Project

  4. Tracalorie Webpack Refactor

  5. Chuck Norris Joke Generator

  6. RandomIdeas Full Stack APP - API & Frontend

  7. Webpack Starter Project

  8. Keycode Mini-Project

  9. Random User Generator

  10. Music Player

  11. Video Player

  12. Drum Machine

  13. Profile Scroller

  14. Polling App

  15. Joke Generator

  16. Ball Animation

  17. Animated Clock

  18. Typicode Todos

  19. Text To Speech

  20. Ambient Sound Mixer - OOP Project


Who this course is for:

  • People that want to learn modern JavaScript from beginner to advanced including tooling and setting up a modern workflow