Search⌘ K

ECMAScript and JavaScript

Explore the connection between ECMAScript and JavaScript, understand different ECMAScript versions, and learn how transpilation helps browsers support the latest JavaScript features. This lesson equips you to work confidently with modern JavaScript workflows.

Background

Working with JavaScript, you might come across the term "ECMAScript", or abbreviations like "ES6" or "ES10". In this lesson, we will break down these terms and elaborate on ECMAScript in JavaScript.

Introduction to ECMAScript

ECMAScript is a ...