-
Array
- A sparse array.
-
Boolean
- Holds true/false values.
-
Date
- Date/time value.
-
Error
- Object to hold information about errors.
-
Function
- The object representing functions and methods.
-
Global
- The global object
-
Infinity
- The static value "Infinity"
-
Math
- A global, non-instantiable object which holds certain math-related functions and values.
-
NaN
- The static value Not a Number
-
Number
- Basic object.
-
Object
- A generic object.
-
RegExp
- Object representing a regular expression.
-
String
- Basic object.
-
undefined
- The static value "undefined"