ECMAScript
ECMAScript is a standardized specification for a high-level, dynamically typed programming language used for web scripting. It is published by ECMA International as ECMA-262 and is maintained by the TC39 committee. Implementations of the ECMAScript specification form the core of JavaScript and related languages used in browsers, Node.js, and other runtimes.
Its origins lie in Netscape's JavaScript, with influence from Java. The first edition of ECMA-262 was published
ECMAScript defines the language core: syntax, types, operators, statements, and standard built-in objects and modules. It
Implementation and tooling: Major JavaScript engines implement the standard, including V8 (Google Chrome, Node.js), SpiderMonkey (Mozilla),