Skip to main content

ECMAScript ↔ (standard) Formal specification for JS, set by ECMA International, evolve by TC39

ECMA International

European Computer Manufacturers Association International

Source: Home - Ecma International

TC39

Industry group of companies (& academia) collab to evolve ECMAScript

Source: tc39.es/

[<span data-tooltip-id="preview__gX7R4wHk8GYnnDhrC">ECMAScript</span>](ecmascript) versions

References

  1. Web Platform ↔ Collection of Open Standard Technologies incl HTML, CSS, ECMAScript & Web Assembly, mainly for Browser Runtime

  2. Ecma International ↔ NPO to maintain ECMAScript standards

  3. TC39 ↔ Industry group of companies (& academia) collab to evolve ECMAScript

  4. TC39 Process ↔ 4-stage review process (SPDCF) to independently design & test new ECMAScript features

  5. Stage 4finished stage, feat to ship in next ECMAScript ver

  6. Binding ↔ (formal ECMAScript term for Variable) Identifier to catch & hold Value 🐭

  7. "target": "es2016" ↔ to set ECMAScript version to Downlevel to