JavaScript is the scripting language of the Web. JavaScript was invented by Brendan Eich at
Netscape (with Navigator 2.0), and has appeared in all browsers since 1996. JavaScript is used
in billions of Web pages to add functionality, validate forms, communicate with the server, and
much more. JavaScript is easy to learn. JavaScript was designed to add interactivity to HTML
pages. JavaScript is usually embedded directly into HTML pages. JavaScript is an interpreted
language (means that scripts execute without preliminary compilation). JavaScript is Case
Sensitive and ignores extra spaces. JavaScript is an Object Oriented Programming (OOP)
language. An OOP language allows you to define your own objects and make your own
variable types.
Netscape (with Navigator 2.0), and has appeared in all browsers since 1996. JavaScript is used
in billions of Web pages to add functionality, validate forms, communicate with the server, and
much more. JavaScript is easy to learn. JavaScript was designed to add interactivity to HTML
pages. JavaScript is usually embedded directly into HTML pages. JavaScript is an interpreted
language (means that scripts execute without preliminary compilation). JavaScript is Case
Sensitive and ignores extra spaces. JavaScript is an Object Oriented Programming (OOP)
language. An OOP language allows you to define your own objects and make your own
variable types.