Skip to content

Commit 1efc1dc

Browse files
992manavCopilot
authored andcommitted
Update en/miscellaneous/ECMA-script.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 166b11d commit 1efc1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/miscellaneous/ECMA-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ECMAScript, commonly abbreviated as ES, is a standardized scripting language spe
2828
- **ES11 (ECMAScript 2020)**: Released in 2020. Introduced `BigInt`, `Promise.allSettled()`, `globalThis`, optional chaining (`?.`), and nullish coalescing operator (`??`).
2929
- **ES12 (ECMAScript 2021)**: Released in 2021. Added `String.prototype.replaceAll()`, `Promise.any()`, `AggregateError`, logical assignment operators (`&&=`, `||=`, `??=`), and `WeakRefs`.
3030
- **ES13 (ECMAScript 2022)**: Released in 2022. Introduced top-level `await`, `Object.hasOwn()`, `Error.cause`, `at()` method for `Array`, `String`, and `TypedArray`, and private class fields/methods.
31-
- **ES14 (ECMAScript 2023)**: Released in 2023. Added `Array.prototype.toReversed()`, `Array.prototype.toSorted()`, `Array.prototype.toSpliced()`, `Array.prototype.with()`, `Map.prototype.emplace()`, `Set.prototype.emplace()`, and `Symbol.prototype.description` as a getter.
31+
- **ES14 (ECMAScript 2023)**: Released in 2023. Added `Array.prototype.toReversed()`, `Array.prototype.toSorted()`, `Array.prototype.toSpliced()`, `Array.prototype.with()`, and `Symbol.prototype.description` as a getter.
3232

3333
# Why ECMAScript (ES) is Standardized for JavaScript
3434

0 commit comments

Comments
 (0)