Es11
ES11, short for ECMAScript 2020, is the eleventh edition of the ECMAScript language specification. Published in 2020 by TC39, it defines a set of new features and semantics for JavaScript across engines and environments. As with previous editions, ES11 aims to improve language ergonomics, safety, and developer productivity without altering core behavior of existing code in unexpected ways. The edition builds on the preceding ES10 and is widely implemented in modern runtimes and browsers.
Major additions include BigInt, a new primitive type for arbitrary-length integers; optional chaining and the nullish
Other changes include enhancements to module semantics and metadata, such as import.meta, and incremental improvements to