From 9a3b14db270bef38e2a3c4b6cca2d4f1c452abd0 Mon Sep 17 00:00:00 2001 From: yosu Date: Sun, 17 May 2026 09:13:04 -0300 Subject: [PATCH] Updated ECMAScript version --- src/content/1/en/part1b.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/1/en/part1b.md b/src/content/1/en/part1b.md index c80f3a1b91b..2b0e396c531 100644 --- a/src/content/1/en/part1b.md +++ b/src/content/1/en/part1b.md @@ -9,7 +9,7 @@ lang: en During the course, we have a goal and a need to learn a sufficient amount of JavaScript in addition to web development. -JavaScript has advanced rapidly in the last few years and in this course, we use features from the newer versions. The official name of the JavaScript standard is [ECMAScript](https://en.wikipedia.org/wiki/ECMAScript). At this moment, the latest version is the one released in June of 2024 with the name [ECMAScript®2024](https://www.ecma-international.org/ecma-262/), otherwise known as ES15. +JavaScript has advanced rapidly in the last few years and in this course, we use features from the newer versions. The official name of the JavaScript standard is [ECMAScript](https://en.wikipedia.org/wiki/ECMAScript). At this moment, the latest version is the one released in June of 2025 with the name [ECMAScript®2025](https://www.ecma-international.org/ecma-262/), otherwise known as ES16. Browsers do not yet support all of JavaScript's newest features. Due to this fact, a lot of code run in browsers has been transpiled from a newer version of JavaScript to an older, more compatible version.