Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript: Understanding Advanced ES Next (ES6 and Beyond)
Rating: 4.9 out of 5(1,057 ratings)
7,049 students

JavaScript: Understanding Advanced ES Next (ES6 and Beyond)

The sequel the bestselling "Weird Parts" course: symbols, iterators, classes, and more advanced concepts
Created byAnthony Alicea
Last updated 12/2025
English

What you'll learn

  • How let and const work under-the-hood
  • Template Literals
  • What Classes really are inside the JavaScript engine
  • How Arrow Functions work under-the-hood
  • Symbols
  • Iterators and Iterables
  • Rest and Spread
  • and more advanced JavaScript features

Course content

9 sections50 lectures3h 28m total length
  • Introduction3:14

    Explore how JavaScript works under the hood, delving into execution contexts, closures, and ES6 and beyond features like block scoping, let and const, classes, arrow functions, symbols, iterators, and generators.

  • Setup1:54

    Set up your JavaScript environment in Visual Studio Code, create an HTML5 index and an app.js, and run locally with Live Server to see console logs in the browser.

  • Downloading Code For This Course0:30

Requirements

  • A good understanding of execution contexts, closures, objects, and first-class functions

Description

JavaScript is the language of the internet. Learning it has allowed many front and backend web developers to get jobs. Yet JavaScript’s newest features can be confusing and hard to understand.

Nearly 200,000 students have learned from my course "JavaScript: Understanding the Weird Parts" which so many tell me formed the foundation of their careers today, and they still review yearly. This is the sequel, continuing your JavaScript education and diving into even more advanced concepts, under-the-hood!

In this course you will learn to deeply understand how modern advanced JavaScript language features work under-the-hood, such as:

  • Block Scoping (let and const)

  • Templates

  • Classes

  • Arrow Functions

  • Symbols

  • Iterators and Iterables

  • Default Parameters

  • Rest and Spread

ES6 and beyond refers to features added to the JavaScript language in ES6 and ES Next. These features often will make your coding life easier, and are used by modern JavaScript frameworks, like React, Vue, Angular, and more.

As always, these topics will be covered with the focus on my core philosophy: "Don't Imitate, Understand". You won't try to learn by imitating the code I'm writing, but rather by deeply understanding how these language features work inside JavaScript engines. Deeply understanding means you will not only write better code, but also find it much easier to debug problems.

This course’s goal, then, is to help you have a deep understanding of JavaScript’s newest features. Through analysis of the inner working of the JavaScript engine, you can write code more confidentially and fix problems others find difficult.

It’s time for you to deeply understand advanced JavaScript concepts!

Happy coding!

- Tony Alicea

Who this course is for:

  • Intermediate developers continuing their JavaScript education