The concept of accessing data online in the form of websites and hyperlinks had just started to hit the highway when computer scientist Tim Berners-Lee invented the world wide web in 1989. He was the first person to write a web browser (in 1990).
In 1992 and after

A browser called NCSA Mosaic (simply Mosaic) was developed at the National Center for Supercomputing Applications (NCSA) which later on popularized the web and the internet with its support for multiple internet protocols like FTP, Network News Transfer Protocol, and Gopher. It was also the first browser to display images inline with text instead of displaying images in a separate window (In 1993).
After the success of the Mosaic web browser, Marc Andreessen a part-time employee of the NCSA and one of the co-writers of the browser itself was inspired by the potential of Mosaic in the commercial world, who later on founded Netscape Communications Corp and came up with the Netscape Navigator browser. During development, the Netscape browser was known by the code name Mozilla, a portmanteau of “Mosaic and Godzilla”.
1995
Mosaic had started loosing market shares to Netscape Navigator due to Netscapes innovative features (from 1994) like on-the-fly display of web pages, where text and graphics appeared on the screen as the web page downloaded. Earlier browsers would not display a page until all graphics on it had been loaded over the network connection; this often made a user stare at a blank page for as long as several minutes.
The web back then was only static and HTML was still too young. With the vision of making the web more dynamic and providing easier access for developers and designers, the idea of Mocha was born. Mocha was to become a scripting language for the web.
The Rise Of JavaScript
Brendan Eich was contracted by Netscape Communications with the goal of embedding the Scheme programming language into its Netscape Navigator.
Netscape Comminications at that time had joined hands with Sun Microsystems to make Java available in the browser. But, Java (enterprise level) was not suited for the type of audience that Mocha would consume: designers, scripters etc. Hence, A decision was made such that Java would be made available for professional developers while Mocha would be used as a Java sidekick for small scripting tasks. However, they all lacked time. Why ?
Microsoft had already entered the web browser software market with Internet Explorer by licensing the Mosaic source code from Spyglass, Inc ( which in turn licensed code from University of Illinois).
In May – 1995, With 10 days of sleepless nights and hardwork, Brendan Eich had given life to JavaScript which was then named Mocha, later to LiveScript and finally renamed to JavaScript. JavaScript was first deployed in the Netscape browser version 2.0B3 in December 1995.
Microsoft later added a reverse-engineered implementation of Netscape`s JavaScript called JScript starting from Internet Explorer 3.0 in August 1996. The name JScript was implemented to avoid possible trademark issues with the name “Java”.
Server-Side JavaScript
In December 1995, Soon after the release of JavaScript for browsers, Netscape introduced an implementation of the language for server-side scripting with Netscape Enterprise Server.
Since 1996, the IIS web-server has supported Microsoft`s implementation of server-side JavaScript > JScript in ASP and .NET pages.
Since Mid-2000, more server-side JavaScript implementations have been introduced. More popular one is Node.js in 2009
JavaScript As A Standard
In November 1 – 1996, After Netscape took JavaScript to the ECMA Standards body, it gained identification for the standard in ECMA-262 and ECMA-402 specifications. However, For Trademark reasons, The ECMA committee was not able to use JavaScript as the name. Hence, It was named ECMAScript (European Computer Manufacturers Association Script).
ECMAScript standard helps ensure consistency between Netscape, Microsoft and any other web script implementations.
The committee – TC-39 is responsible for continuously modernizing and standardizing the JavaScript language while ensuring consistency. TC-39 operates by consensus i.e Decisions require that a large majority agrees and nobody disagrees strongly enough to vote. Meetings are held on a regular basis where the attendees are delegates sent by the board members (members include major browser vendors). The minutes of every meetings are made public so that everyone can get the idea of how TC-39 works.
Today, JavaScript is just the commercial name for ECMAScript.