JavaScript: The Hard Parts, v2

JavaScript: The Hard Parts, v2

Learning Paths:
6 hours, 41 minutes CC

Go under the hood of some of the most important aspects of JavaScript! You'll learn what you need to know to become a sought-after, versatile, problem-solving developer. Combining mental models of JavaScript's inner workings and hands-on programming challenges, this course will give you a solid understanding of callbacks and higher-order functions, closure, asynchronous JavaScript, and object-oriented JavaScript! This course is for developers with a basic to intermediate knowledge of JavaScript who wants to deepen their understanding of the fundamentals to the next level.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: January 7, 2020
Get Unlimited Access Now
Table of Contents

Introduction

JavaScript Principles

Functions & Callbacks

Closure

Asynchronous JavaScript

Promises

Classes & Prototypes

Wrapping Up