ECMAScript is a JavaScript standard developed by Ecma International. Since 2015, major versions have been published every June.
ECMAScript 2024, the 15th and current version, was released in June 2024.
Edition | Date published | Name | Changes from prior edition | Editor |
---|---|---|---|---|
1 | June 1997 | First edition based on JavaScript 1.1 as implemented in Netscape Navigator 3.0. [1] | Guy L. Steele Jr. | |
2 | June 1998 | Editorial changes to keep the specification fully aligned with ISO/IEC 16262:1998. | Mike Cowlishaw | |
3 | December 1999 | Based on JavaScript 1.2 as implemented in Netscape Navigator 4.0. [2] Added regular expressions, better string handling, new control statements, try/catch exception handling, tighter definition of errors, formatting for numeric output, and other enhancements | Mike Cowlishaw | |
4 | Abandoned (last draft 30 June 2003) | ECMAScript 4 (ES4) | Fourth Edition was abandoned, due to political differences concerning language complexity. Many features proposed for the Fourth Edition have been completely dropped; some were incorporated into the sixth edition. | |
5 | December 2009 | Adds "strict mode", a subset intended to provide more thorough error checking and avoid error-prone constructs. Clarifies many ambiguities in the 3rd edition specification, and accommodates behavior of real-world implementations that differed consistently from that specification. Adds some new features, such as getters and setters, library support for JSON, and more complete reflection on object properties. [3] | Pratap Lakshman, Allen Wirfs-Brock | |
5.1 | June 2011 | Changes to keep the specification fully aligned with ISO/IEC 16262:2011. | Pratap Lakshman, Allen Wirfs-Brock | |
6 | June 2015 [4] | ECMAScript 2015 (ES2015) | See #6th Edition – ECMAScript 2015 | Allen Wirfs-Brock |
7 | June 2016 [5] | ECMAScript 2016 (ES2016) | See #7th Edition – ECMAScript 2016 | Brian Terlson |
8 | June 2017 [6] | ECMAScript 2017 (ES2017) | See #8th Edition – ECMAScript 2017 | Brian Terlson |
9 | June 2018 [7] | ECMAScript 2018 (ES2018) | See #9th Edition – ECMAScript 2018 | Brian Terlson |
10 | June 2019 [8] | ECMAScript 2019 (ES2019) | See #10th Edition – ECMAScript 2019 | Brian Terlson, Bradley Farias, Jordan Harband |
11 | June 2020 [9] | ECMAScript 2020 (ES2020) | See #11th Edition – ECMAScript 2020 | Jordan Harband, Kevin Smith |
12 | June 2021 [10] | ECMAScript 2021 (ES2021) | See #12th Edition – ECMAScript 2021 | Jordan Harband, Shu-yu Guo, Michael Ficarra, Kevin Gibbons |
13 | June 2022 [11] | ECMAScript 2022 (ES2022) | See #13th Edition – ECMAScript 2022 | Shu-yu Guo, Michael Ficarra, Kevin Gibbons |
14 | June 2023 [12] | ECMAScript 2023 (ES2023) | See #14th Edition – ECMAScript 2023 | Shu-yu Guo, Michael Ficarra, Kevin Gibbons |
15 | June 2024 [13] | ECMAScript 2024 (ES2024) | See #15th Edition – ECMAScript 2024 | Shu-yu Guo, Michael Ficarra, Kevin Gibbons |
16 | (pending) | ECMAScript 2025 (ES2025) | Pending, see features being considered: #ES.Next | (pending) |
In June 2004, Ecma International published ECMA-357 standard, defining an extension to ECMAScript, known as ECMAScript for XML (E4X). Ecma also defined a "Compact Profile" for ECMAScript – known as ES-CP, or ECMA 327 – that was designed for resource-constrained devices, which was withdrawn in 2015. [14]
The proposed fourth edition of ECMA-262 (ECMAScript 4 or ES4) would have been the first major update to ECMAScript since the third edition was published in 1999. The specification (along with a reference implementation) was originally targeted for completion by October 2008. [15] The first draft was dated February 1999. [16] An overview of the language was released by the working group on 23 October 2007. [17]
By August 2008, the ECMAScript 4th edition proposal had been scaled back into a project code named ECMAScript Harmony. Features under discussion for Harmony at the time included:
The intent of these features was partly to better support programming in the large , and to allow sacrificing some of the script's ability to be dynamic to improve performance. For example, Tamarin – the virtual machine for ActionScript, developed and open-sourced by Adobe – has just-in-time compilation (JIT) support for certain classes of scripts.
In addition to introducing new features, some ES3 bugs were proposed to be fixed in edition 4. [18] [19] These fixes and others, and support for JSON encoding/decoding, have been folded into the ECMAScript, 5th Edition specification. [20]
Work started on Edition 4 after the ES-CP (Compact Profile) specification was completed, and continued for approximately 18 months where slow progress was made balancing the theory of Netscape's JavaScript 2 specification with the implementation experience of Microsoft's JScript .NET. After some time, the focus shifted to the ECMAScript for XML (E4X) standard. The update has not been without controversy. In late 2007, a debate between Eich, later the Mozilla Foundation's CTO, and Chris Wilson, Microsoft's platform architect for Internet Explorer, became public on a number of blogs. Wilson cautioned that because the proposed changes to ECMAScript made it backwards incompatible in some respects to earlier versions of the language, the update amounted to "breaking the Web", [21] and that stakeholders who opposed the changes were being "hidden from view". [22] Eich responded by stating that Wilson seemed to be "repeating falsehoods in blogs" and denied that there was attempt to suppress dissent and challenged critics to give specific examples of incompatibility. [23] He pointed out that Microsoft Silverlight and Adobe AIR rely on C# and ActionScript 3 respectively, both of which are larger and more complex than ECMAScript Edition 3. [24]
Yahoo, Microsoft, Google, and other 4th edition dissenters formed their own subcommittee to design a less ambitious update of ECMAScript 3, tentatively named ECMAScript 3.1. This edition would focus on security and library updates, with a large emphasis on compatibility. After the aforementioned public sparring, the ECMAScript 3.1 and ECMAScript 4 teams agreed on a compromise: the two editions would be worked on, in parallel, with coordination between the teams to ensure that ECMAScript 3.1 remains a strict subset of ECMAScript 4 in both semantics and syntax.
However, the differing philosophies in each team resulted in repeated breakages of the subset rule, and it remained doubtful that the ECMAScript 4 dissenters would ever support or implement ECMAScript 4 in the future. After over a year since the disagreement over the future of ECMAScript within the Ecma Technical Committee 39, the two teams reached a new compromise in July 2008: Brendan Eich announced that Ecma TC39 would focus work on the ECMAScript 3.1 (later renamed to ECMAScript, 5th Edition) project with full collaboration of all parties, and vendors would target at least two interoperable implementations by early 2009. [25] [26] In April 2009, Ecma TC39 published the "final" draft of the 5th edition and announced that testing of interoperable implementations was expected to be completed by mid-July. [27] On December 3, 2009, ECMA-262 5th edition was published. [28]
Additions include JSON, String.trim()
to easily remove whitespaces surrounding a string (" example "
to "example"
), String.charAt()
to return a single character from a given position in a string, and Array.isArray()
. A comma after the final pair of values in an object (var example = { "property1":"value1", "property2":"value2", }
) also no longer causes a syntax error. [29]
The 6th edition, ECMAScript 6 (ES6) and later renamed to ECMAScript 2015, was finalized in June 2015. [4] [30] This update adds significant new syntax for writing complex applications, including class declarations (classFoo{...}
), ES6 modules like import*asmoduleNamefrom"...";exportconstFoo
, but defines them semantically in the same terms as ECMAScript 5 strict mode. Other new features include iterators and for...of
loops, Python-style generators, arrow function expression (()=>{...}
), let
keyword for local declarations, const
keyword for constant local declarations, binary data, typed arrays, new collections (maps, sets and WeakMap), promises, number and math enhancements, reflection, proxies (metaprogramming for virtual objects and wrappers) and template literals using backticks (`
) for multi-line strings without escape characters. [31] [32] The complete list is extensive. [33] [34] As the first "ECMAScript Harmony" specification, it is also known as "ES6 Harmony".
The 7th edition, or ECMAScript 2016, was finalized in June 2016. [5] Its features include exponentiation operator **
for numbers, await
, async
keywords for asynchronous programming (as a preparation for ES2017), and the Array.prototype.includes
function. [5] The exponentiation operator is equivalent to Math.pow
, but provides a simpler syntax similar to languages like Python, F#, Perl, and Ruby. async
/ await
was hailed as an easier way to use promises and develop asynchronous code.
The 8th edition, or ECMAScript 2017, was finalized in June 2017. [6] Its features include the Object.values
, Object.entries
and Object.getOwnPropertyDescriptors
functions for easy manipulation of Objects, async
/ await
constructions that use generators and promises, and additional features for concurrency and atomics. It also includes String.prototype.padStart()
. [35] [6]
The 9th edition, or ECMAScript 2018, was finalized in June 2018. [7] New features include the spread operator and rest parameters (...
) for object literals, asynchronous iteration, Promise.prototype.finally
and additions to RegExp. [7]
The spread operator allows for the easy copying of object properties, as shown below.
letobject={a:1,b:2}letobjectClone=Object.assign({},object)// before ES2018letobjectClone={...object}// ES2018 syntaxletotherObject={c:3,...object}console.log(otherObject)// -> {c: 3, a: 1, b: 2}
The 10th edition, or ECMAScript 2019, was published in June 2019. [8] Added features include, but are not limited to, Array.prototype.flat
, Array.prototype.flatMap
, changes to Array.sort
, and Object.fromEntries
. [8]
Array.sort
is now guaranteed to be stable, meaning that elements with equal sorting keys will not change relative order before and after the sort operation. Array.prototype.flat(depth=1)
flattens an array to a specified depth, meaning that all subarray elements (up to the specified depth) are concatenated recursively.
Another notable change is that so-called catch binding became optional. [36]
The 11th edition, or ECMAScript 2020, was published in June 2020. [9] In addition to new functions, this version introduces a BigInt
primitive type for arbitrary-sized integers, the nullish coalescing operator, and the globalThis object. [9]
BigInts are created either with the BigInt
constructor or with the syntax 10n
, where "n" is placed after the number literal. BigInts allow the representation and manipulation of integers beyond Number.MAX_SAFE_INTEGER
, while Numbers are represented by a double-precision 64-bit IEEE 754 value. The built-in functions in Math
are not compatible with BigInts; for example, exponentiation of BigInts must be done with the **
operator instead of Math.pow
.
The nullish coalescing operator, ??
, returns its right-hand side operand when its left-hand side is null
or undefined
. This contrasts with the ||
operator, which would return "string"
for all "falsy" values, such as the ones below.
undefined??"string"// -> "string"null??"string"// -> "string"false??"string"// -> falseNaN??"string"// -> NaN
Optional chaining makes it possible to access the nested properties of an object without having an AND check at each level. An example is const zipcode = person?.address?.zipcode
. If any of the properties are not present, zipcode
will be undefined
.
The 12th edition, ECMAScript 2021, was published in June 2021. [10] This version introduces the replaceAll
method for strings; Promise.any
, a promise combinator that short-circuits when an input value is fulfilled; AggregateError
, a new error type to represent multiple errors at once; logical assignment operators (??=
, &&=
, ||=
); WeakRef
, for referring to a target object without preserving it from garbage collection, and FinalizationRegistry
, to manage registration and unregistration of cleanup operations performed when target objects are garbage collected; separators for numeric literals (1_000
); and Array.prototype.sort
was made more precise, reducing the number of cases that result in an implementation-defined sort order.
The 13th edition, ECMAScript 2022, was published in June 2022. [11] This version introduces top-level await
, allowing the keyword to be used at the top level of modules; new class elements: public and private instance fields, public and private static fields, private instance methods and accessors, and private static methods and accessors; static blocks inside classes, to perform per-class evaluation initialization; the #x in obj
syntax, to test for presence of private fields on objects; regular expression match indices via the /d
flag, which provides start and end indices for matched substrings; the cause
property on Error
objects, which can be used to record a causation chain in errors; the at
method for Strings, Arrays, and TypedArrays, which allows relative indexing; and Object.hasOwn
, a convenient alternative to Object.prototype.hasOwnProperty
.
The 14th edition, ECMAScript 2023, was published in June 2023. [37] This version introduces the toSorted
, toReversed
, with
, findLast
, and findLastIndex
methods on Array.prototype
and TypedArray.prototype
, as well as the toSpliced
method on Array.prototype
; added support for #!
shebang comments at the beginning of files to better facilitate executable ECMAScript files; and allowed the use of most Symbols as keys in weak collections.
The 15th edition, ECMAScript 2024, was published in June 2024. [38] This version introduces the Object.groupBy
and Map.groupBy
static methods, Promise.withResolvers
, and the /v
unicode flag for regular expressions.
The Object.groupBy
and Map.groupBy
methods groups an iterable using the return value of a provided callback function.
// sample dataconstarr=[{year:"2024",id:0},{year:"2023",id:1},{year:"2024",id:2},];constobj=Object.groupBy(arr,(el)=>el.year);console.log(obj);// { "2024": [{ year: "2024", id: 0 }, { year: "2024", id: 2 }], "2023": [{ year: "2023", id: 1 }] }
Promise.withResolvers
provides a simple way to get a promise's resolve and reject functions directly without having to assign them in the constructor. [39]
// ES 2023letresolve;letreject;letpromise=newPromise((res,rej)=>{resolve=res;reject=rej;});// ES 2024const{resolve,reject,promise}=Promise.withResolvers();
The /v
flag in regular expressions is simply an improved version of the /u
flag, but as it makes backwards-incompatible changes it had to be introduced as a new flag. [40]
ES.Next is a dynamic name that refers to whatever the next version is at the time of writing. ES.Next features include finished proposals (aka "stage 4 proposals") as listed at finished proposals that are not part of a ratified specification. The language committee follows a "living spec" model, so these changes are part of the standard, and ratification is a formality. [41]
JavaScript, often abbreviated as JS, is a programming language and core technology of the Web, alongside HTML and CSS. 99% of websites use JavaScript on the client side for webpage behavior.
In computer science, syntactic sugar is syntax within a programming language that is designed to make things easier to read or to express. It makes the language "sweeter" for human use: things can be expressed more clearly, more concisely, or in an alternative style that some may prefer. Syntactic sugar is usually a shorthand for a common operation that could also be expressed in an alternate, more verbose, form: The programmer has a choice of whether to use the shorter form or the longer form, but will usually use the shorter form since it is shorter and easier to type and read.
Prototype-based programming is a style of object-oriented programming in which behavior reuse is performed via a process of reusing existing objects that serve as prototypes. This model can also be known as prototypal, prototype-oriented,classless, or instance-based programming.
ECMAScript is a standard for scripting languages, including JavaScript, JScript, and ActionScript. It is best known as a JavaScript standard intended to ensure the interoperability of web pages across different web browsers. It is standardized by Ecma International in the document ECMA-262.
JScript is Microsoft's legacy dialect of the ECMAScript standard that is used in Microsoft's Internet Explorer web browser and HTML Applications, and as a standalone Windows scripting language.
ActionScript is an object-oriented programming language originally developed by Macromedia Inc.. It is influenced by HyperTalk, the scripting language for HyperCard. It is now an implementation of ECMAScript, though it originally arose as a sibling, both being influenced by HyperTalk. ActionScript code is usually converted to bytecode format by a compiler.
In computer programming, foreach loop is a control flow statement for traversing items in a collection. foreach is usually used in place of a standard for loop statement. Unlike other for loop constructs, however, foreach loops usually maintain no explicit counter: they essentially say "do this to everything in this set", rather than "do this x times". This avoids potential off-by-one errors and makes code simpler to read. In object-oriented languages, an iterator, even if implicit, is often used as the means of traversal.
Web standards are the formal, non-proprietary standards and other technical specifications that define and describe aspects of the World Wide Web. In recent years, the term has been more frequently associated with the trend of endorsing a set of standardized best practices for building web sites, and a philosophy of web design and development that includes those methods.
Ecma International is a nonprofit standards organization for information and communication systems. It acquired its current name in 1994, when the European Computer Manufacturers Association (ECMA) changed its name to reflect the organization's global reach and activities. As a consequence, the name is no longer considered an acronym and no longer uses full capitalization.
JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of name–value pairs and arrays. It is a commonly used data format with diverse uses in electronic data interchange, including that of web applications with servers.
C# is a general-purpose high-level programming language supporting multiple paradigms. C# encompasses static typing, strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines.
The syntax of JavaScript is the set of rules that define a correctly structured JavaScript program.
TypeScript is a free and open-source high-level programming language developed by Microsoft that adds static typing with optional type annotations to JavaScript. It is designed for the development of large applications and transpiles to JavaScript. Because TypeScript is a superset of JavaScript, all JavaScript programs are syntactically valid TypeScript, but they can fail to type-check for safety reasons.
The null coalescing operator is a binary operator that is part of the syntax for a basic conditional expression in several programming languages, such as : C# since version 2.0, Dart since version 1.12.0, PHP since version 7.0.0, Perl since version 5.10 as logical defined-or, PowerShell since 7.0.0, and Swift as nil-coalescing operator.
Sputnik was a JavaScript conformance test suite. The purpose of the test suite was to determine how well a JavaScript implementation adheres to the ECMA-262 specification, 5th edition, looking only at those features that were also present in the 3rd edition. It contained over 5000 tests that touched all aspects of the JavaScript language.
CommonJS is a project to standardize the module ecosystem for JavaScript outside of web browsers.
Underscore.js is a JavaScript library which provides utility functions for common programming tasks. It is comparable to features provided by Prototype.js and the Ruby language, but opts for a functional programming design instead of extending object prototypes. The documentation refers to Underscore.js as "the tie to go along with jQuery's tux, and Backbone.js' suspenders." Underscore.js was created by Jeremy Ashkenas, who is also known for Backbone.js and CoffeeScript.
Babel is a free and open-source JavaScript transcompiler that is mainly used to convert ECMAScript 2015+ (ES6+) code into backwards-compatible JavaScript code that can be run by older JavaScript engines. It allows web developers to take advantage of the newest features of the language.
{{cite web}}
: CS1 maint: bot: original URL status unknown (link){{cite web}}
: CS1 maint: bot: original URL status unknown (link){{cite web}}
: CS1 maint: unfit URL (link){{cite web}}
: CS1 maint: bot: original URL status unknown (link)