Javascript objects
The following is a list of Javascript's objects and a brief description of their usage.
To learn more about objects, visit our Javascript objects lesson.
String object
The String object is used to store and work with a grouping of text.
Date object
The Date object is used to work with time and date.
Array object
The Array object is used to store a set of related values in one variable.
Boolean object
The Boolean object is used as a wrapper for a boolean (true/false) value.
Math object
The Math object is used to perform various mathematical calculations such as returning the absolute value of a number, returning a random number, and more.




