JavaScript is a simple used cross-platform scripting language which enables variation for objects. It allows the user to write without giving many writing commands as it is easy and light weighted language. In the host environment JavaScript links with other objects within that environment and provide programmatic control over them, helps to setup the programs of objects.
Javascript: A Free Form Language:
Standard library of JavaScript contains objects like ‘Array’, ‘Date’, and ‘Math’, also encompasses set of language elements like control structure, statement, and operator. A variety of purposes can be gained through implementing the core JavaScript by supplementing it with other objects.- Server side JavaScript: It extends the core language through supplying objects which are relevant to the running JavaScript on the server.
- Content side JavaScript: Extends the core language by controlling a browser and its document object model (DOM) through object supplying. For example allow the application to respond to user action like mouse clicks, page navigation and lots of other functions like this.
Comments
Post a Comment