|
|
| OBJECT |
DESCRIPTION |
| navigator | The navigator object provides properties that expose information about the current browser to JavaScript scripts |
| window | The window object provides methods and properties for dealing with the actual browser window, including objects for each frame |
| location | The location object provides properties and methods for working with the currently open URL |
| history | The history object provides information about the history list and enables limited interaction with the list |
| document | The document object is one of the most heavily used objects in the hierarchy. It contains objects, properties, and methods for working with document elements including forms, links, anchors, and with applets |
Built-in Objects
| OBJECT |
DESCRIPTION |
| String | The string object enables programs to work with and manipulate strings of text, including extracting substrings and converting text to upper- or lowercase characters. |
| Math | The Math object provides methods to perform trigonometric functions, such as sine and tangent, as well as general mathematical functions, such as square root |
| Date | With the Date object, programs can work with the current date or create instances for specific dates. The object includes methods for calculating the difference between two dates and working with times. |