Tuesday, May 15, 2012

What is Javascript?



JavaScript
 is a prototype-based scripting language that is dynamicweakly typed and has first-class functions. It is a multi-paradigm language, supportingobject-oriented,[5] imperative, and functional[1][6] programming styles.
JavaScript was formalized in the ECMAScript language standard and is primarily used in the form of client-side JavaScript, implemented as part of a Web browser in order to provide enhanced user interfaces and dynamic websites. This enables programmatic access to computational objects within a host environment.

Source : http://en.wikipedia.org/wiki/JavaScript

No comments:

Post a Comment