0% found this document useful (0 votes)
2 views1 page

ES11 JavaScript Overview and Setup

Javascript is a scripting language implemented by Brendan Eich in 1995 at Netscape and released as LiveScript. It is used to build modern UI frameworks like AngularJS, ReactJS, and Node.JS and can be executed by web browsers or node engines.

Uploaded by

114 Gopal jagtap
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

ES11 JavaScript Overview and Setup

Javascript is a scripting language implemented by Brendan Eich in 1995 at Netscape and released as LiveScript. It is used to build modern UI frameworks like AngularJS, ReactJS, and Node.JS and can be executed by web browsers or node engines.

Uploaded by

114 Gopal jagtap
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Javascript:-

-javascript is scripting language


-javascript is implemented by brendan in 1955 at Netscape.
-It was released as live script.
-Latest version is ES11, which is released in 2020.
-It is used to build modern UI framework application,
as, AngularJS
ReactJS
[Link]
veuJS, etc
-Javascript programs can be executed by either web browsers or node engines.
-Javascript is object based scripting langua
ge.
-Javascript supports predefined objects,
as, window object
document object
console object, etc.

*Environmental setup
-download and install nodeJS
-download and install VScode

Javascript programs must have extention as .js

execution of javascript programs


>node [Link]

***

You might also like