News

The latest JavaScript specification standardizes a well-balanced and thoughtful set of features, including the built-in ...
The TC39 committee at EMCA International, responsible for developing the ECMAScript specification that provides the basis for JavaScript, is working on parallel versions of ECMAScript — versions ...
[In case you don't know, in ECMAScript/JavaScript, variables declared with var have global or function-level scope, and variables declared with let have block-level scope.] Lately all the code ...
Microsoft officially retired JScript years ago, along with proper support for the original Internet Explorer browser. However, the JScript engine still lingers in modern Windows installations, ...
ECMA International, the organization that governs ECMAscript, last month finally approved the final version of the language upon which JavaScript is based. ECMAscript 2015, also known as ECMAscript 6 ...
Google's Dart language is now an official ECMA standard with the catchy name of ECMA-408. ECMA may not be a household name, but if you're reading this, your browser is using ECMAscript to render ...