- Global - The global object
- Infinity - The static value "Infinity"
- NaN - The static value Not a Number
- Object - A generic object.
- 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.
- Math - A global, non-instantiable object which holds certain math-related functions and values.
- Number - Basic object.
- RegExp - Object representing a regular expression.
- String - Basic object.
- undefined - The static value "undefined"