JavaScript History

date
May 9, 2024
slug
js-history
status
Published
tags
javascript
js
js-history
summary
We are discovering JavaScript history
type
Post
Hello Everyone, first of fall, thanks for visiting this website.Hello Everyone, first of fall, thanks for visiting this website.
Hello Everyone, first of fall, thanks for visiting this website.

History of JavaScript

In 1995, A Netscape (browser) programmer named Brendan Eich developed a scripting language in just 10 days.
Originally Name (first name : Mocha, second name : Live Script)
at that time java is famous programming language, so for marketing purpose Live Script changed into JavaScript.
Java and JavaScript both are different programming language, nothing is common.
In 1997, there is another famous browser that was Internet Explorer (Microsoft browser). Then, Microsoft copied JavaScript features made own language named as JScript.
In Browser was (Netscape Vs Internet Explorer) so Netscape ⇒ JavaScript, Internet Explorer ⇒ JScript.
ECMAScript is born… 👶🏻
ECMA International is an industry association founded in 1996, dedicated to the standardization of information and communication system.
JavaScript + Ecma⇒ EcmaScript
Problem-Solving:- we can same implement scripting language for different browser.
First EcmaScript :
ES1 ⇒ 1997.
ES5 ⇒ 2009 (lots of new features).
ES6 (ES 2015) ⇒ 2015 (biggest update for Js).
ES6 is also Known as modern JavaScript
 
If you have any questions, please contact me.