Thread: Java script
View Single Post
  #1  
Old Monday, March 07, 2011
ali akbar's Avatar
ali akbar ali akbar is offline
Junior Member
 
Join Date: Oct 2006
Location: Khairpur Sindh
Posts: 24
Thanks: 3
Thanked 14 Times in 7 Posts
ali akbar is on a distinguished road
Post Java script

JavaScript, also known as ECMAScript is a prototype-based object-oriented[7] scripting language that is dynamic, weakly typed and has first-class functions. It is also considered a functional programming language[1] like Scheme and OCaml because it has closures and supports higher-order functions.

JavaScript is an implementation of 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.

JavaScript's use in applications outside web pages—for example in PDF-documents, site-specific browsers and desktop widgets—is also significant. Newer and faster Javascript VMs, particularly Node.js have also increased the popularity of Javascript for server-side web apps.

JavaScript uses syntax influenced by that of C. JavaScript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics. The key design principles within JavaScript are taken from the Self and Scheme programming languages..
__________________
If faith is lost, there is no security and there is no life for him who does not adhere to religion.
Muhammad Iqbal
Reply With Quote