-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path1.js
executable file
·71 lines (41 loc) · 1.75 KB
/
1.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// EcmaScript 2022 (JavaScript)
// History of JavaScript
/*
In 1995 There was a Browser Name Netscpae Navigator
They Thought That Should have a Programming Language Navigator
Which They can Interact With There Browser
Brendan Eich Was Working in Netscape Navigator
So Brendan Eich Created JavaScript in 10 Days In 1995
1st JavaScript Name was Mocha
2nd JavaScript Name was LiveScript
LiveScript Was Not Getting Popular
So at that Time JAVA was Popular and More Demanding
So They Changed LiveScript to JavaScript
Java and JavaScript both are Differnet Programming Languages
In 1996 Internet Explorer
They Too Created a New Programming Languages Name as JScript
People got confused w hich langauge to use JavaScript OR JScript
So They Both Went to ECMA European Computer Manufactors Association
ECMA is a Standard Organization Where They Decide what to show on Browser and Behave on Internet and Differnet other Technologies
ECMA Script and JavaScript are Same
Now ECMA is Standarisd So now its Called ECMA Script
ECMA Script ES1 : 1997
ES5 : 2009
ES6 : 2015 (Biggest Update of JS in History)
ES7 : 2016
ES8 : 2017
TC 39 ... Technical Community 39
They Decide What new features Should be Added In ECMA Script
JavaScript is Backward Compatible
JavaScript Code Written can work Upto Ages
JavaScript is not Forward Compatible
EcmaScript is a Popular Programming Language where it has
wide range of applications and it is light weighted
It can be used both client side and server side
Previously it was used to create a interative forms and animations
But Nowadays it is used to create Apps and Server Side Development
Because it has wide range of applications. It can be used in serveral ways
1.Console in Browser Tabs
2.Using Node JS
3.By Creating Web Pages
*/