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]
***