JavaScript is a lightweight, interpreted programming language. It is designed for creating network-centric applications. It is complimentary to and integrated with Java. JavaScript is very easy to implement because it is integrated with HTML. It is open and cross-platform.
Why Study JavaScript?
JavaScript is one of the 3 languages all web developers must learn:
HTML to define the content of web pages. CSS to specify the layout of web pages . JavaScript to program the behavior of web pages
Web pages are not the only place where JavaScript is used. Many desktop and server programs use JavaScript. Node.js is the best known. Some databases, like MongoDB and CouchDB, also use JavaScript as their programming language.
JavaScript Can Change HTML Content, Styles (CSS), Can Show/Hide HTML Elements and many more. Learn JS Tutorials
A JavaScript function is a block of code designed to perform a particular task. A JavaScript function is executed when “something” invokes it (calls it). Learn JS Functions
With the HTML DOM, JavaScript can access and change all the elements of an HTML document. With the object model, JavaScript gets all the power it needs to create dynamic HTML. Learn HTML DOM
This section contains a complete JavaScript reference documentation. The references describe the properties and methods of all HTML AND JavaScript objects, along with examples. Learn JS References
