-
JavaScript was created by Brendan Eich, then working at Netscape. The original name of JavaScript was Mocha, a name chosen by Marc Andreessen, founder of Netscape.
-
From Mocha, the name was changed to LiveScript.
-
Upon receiving a trademark license from Sun Micro-systems, the name JavaScript was adopted.
-
A Netscape Press Release puts the number of JavaScript pages at 300,000.
-
JavaScript was taken to ECMA to carve out a standard specification, which other browser vendors could then implement based on the work done at Netscape. ECMAScript is the name of the official standard, with JavaScript being the most well known of the implementations.
-
ECMAScript 2 brought in the ISO/IEC 16262 international standards, the baseline for modern day JavaScript.
-
Release of ECMAScript 3 in December 1999.
-
Brendan Eich and Mozilla rejoined Ecma International as a not-for-profit member and work started on ECMAScript for XML (E4X), the ECMA-357 standard.
-
Node.js was introduced in 2009. It is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side.