Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 768 Bytes

ECMASCRIPT.md

File metadata and controls

10 lines (7 loc) · 768 Bytes
title excerpt
ECMAScript (ES)
the standardized specification of the scripting language used by JavaScript

ECMAScript (ES)

ECMAScript (shortened as ES) is the standardized specification of the scripting language used by JavaScript, as well as less known languages JScript and ActionScript.

The versioning convention of ECMAScript has been the subject of hot debates. We often refer to ES5 (understood by most browsers), ES6 (the future of JavaScript) and even ES7 (the far future of JavaScript), but the official appellation for ES6 would actually be ES2015. The intention is to publish a version of the specification every year, making the language evolve quicker than ever. Still, most developers use ES5 and ES6 terms.