Difference between revisions of "JavaScript"

From Suhrid.net Wiki
Jump to navigationJump to search
(Created page with "= Intro = * JS is a cross-platform object oriented scripting language. * Is designed for easy embedding in other products and applications, such as web browsers.")
 
Line 3: Line 3:
 
* JS is a cross-platform object oriented scripting language.
 
* JS is a cross-platform object oriented scripting language.
 
* Is designed for easy embedding in other products and applications, such as web browsers.
 
* Is designed for easy embedding in other products and applications, such as web browsers.
 +
* '''Core''' JS consists of a set of objects e.g. Array, Date and Math and language elements such as operators and control structures.

Revision as of 03:13, 6 December 2012

Intro

  • JS is a cross-platform object oriented scripting language.
  • Is designed for easy embedding in other products and applications, such as web browsers.
  • Core JS consists of a set of objects e.g. Array, Date and Math and language elements such as operators and control structures.