DEV Community

Raja B
Raja B

Posted on

JavaScript History

What?

JavaScript is a scripting programming language used to make web pages interactive and dynamic. It runs in the browser and is one of the core technologies of the web (alongside HTML and CSS).

Why?

  • Netscape wanted a lightweight scripting language to add interactivity to web pages (like form validation, animations).

  • Java was too heavy/complex for simple web tasks, so they needed something easier and faster.

When?

Event Date / Period
Netscape Navigator 1.0 Released December 15, 1994
JavaScript Invented 1995
Created In 10 days only
First Standard (ECMAScript) 1997

How?

  • Invented by: Brendan Eich (employee at Netscape Communications)

  • Original names: First called "Mocha" → then "LiveScript" → finally renamed "JavaScript" (marketing move to ride Java's popularity, though they are completely different)

  • Standardized: Submitted to Ecma International → became ECMA-262 (ECMAScript) standard in 1997

  • Evolution: Started for browser → now used for server (Node.js), mobile apps, games, etc.

Key Facts:

Event / Fact Detail / Date
Netscape Navigator 1.0 Released December 15, 1994
JavaScript Invented 1995
JavaScript Creators Brendan Eich (Netscape)
Time taken to build 10 days only
First Standard (ECMAScript) 1997
Used by 90%+ websites (Google, Facebook, YouTube, Twitter)
Most popular #1 programming language (StackOverflow 2020 survey)
Reference:

Top comments (0)