JavaScript: The Recent Parts

JavaScript: The Recent Parts

Learning Paths:
Topics:
4 hours, 9 minutes CC

Learn the latest features in JavaScript with Kyle Simpson, author of the popular, You Don't Know JS, book series. You'll get up to speed with new JavaScript features like tagged template literals, destructuring, iterators, generators, regex improvements and async await.

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

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

Introduction

Strings

Array Destructuring

Object Destructuring

Further Destructuring

Array Methods

Iterators & Generators

Regular Expressions

Async Await

Wrap-Up