Difference between revisions of "JavaScript Classes"
From OdleWiki
(Created page with "Category:JavaScript {| |-Array || Creates new array objects. |}") |
|||
Line 1: | Line 1: | ||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
− | {| | + | {| class="wikitable" |
− | |-Array || Creates new array objects. | + | |- |
+ | | style="width: 100px;" | Array || Creates new array objects. | ||
+ | |- | ||
+ | | Boolean || Creates new Boolean objects. | ||
+ | |- | ||
+ | | Date || Retrieves and manipulates dates and times. | ||
+ | |- | ||
+ | | Function || Creates new function objects. | ||
+ | |- | ||
+ | | Global || Stores global variables and contains various built-in JavaScript functions. | ||
|} | |} |
Revision as of 18:58, 4 February 2013
Array | Creates new array objects. |
Boolean | Creates new Boolean objects. |
Date | Retrieves and manipulates dates and times. |
Function | Creates new function objects. |
Global | Stores global variables and contains various built-in JavaScript functions. |