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.