What is ECMAScript - ES?

ECMAScript (often abbreviated as ES) is a specification for scripting languages standardized by ECMA International through the ECMA-262 standard. It serves as the foundation for JavaScript and other languages like JScript and ActionScript

ECMAScript defines the syntax, types, objects, and behavior for scripting languages. JavaScript implements this specification, adding web-specific features like the DOM