Deep JavaScript Foundations, v3

Deep JavaScript Foundations, v3

Learning Paths:
10 hours, 32 minutes CC

Dive into the core pillars of the JavaScript language with Kyle Simpson, author of the popular, You Don't Know JS, book series. You'll learn JavaScript's types, how to convert between them, and compare them with == and ===. You'll also learn lexical scope and closure. As well as the objects oriented system (this, prototypes and classes).

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

Published: April 3, 2019
Get Unlimited Access Now
Table of Contents

Introduction

Types

Coercion

Philosophy of Coercion

Equality

Static Typing

Scope

Scope & Function Expressions

Advanced Scope

Closure

Objects

Prototypes

Wrapping Up