Class Index

Array

A built-in class for expressing ordered lists of values.

Math

A built in namespace containing mathmatical constants and functions.

Number

A built-in class for numeric data which handles integers and floats within itself.

Object

The built-in object class which all objects prototype which acts somewhat like a hash of key/value pairs.

String

A built-in class for sequences of UTF-16 characters forming a "string" of textual data.