This wiki is for the exclusive use of my friends and colleagues. Account creation and anonymous editing have been turned off.

If you are a friend or colleague of mine, and would like to participate in this project, please send me a message.

If you find these pages useful, please donate to help cover server costs. Thanks!

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.