Window object. The Window object
contains most of the properties for the Webpage, as you will see later.| Object | Description |
|---|---|
| window | Allows you to work with the navigator window and the page that is open |
| location | Allows you to work with the URL. |
| history | Allows you to find out where the user has been |
| document | Allows you to do almost anything in the web page. Most heavily used obje ct. |
| Other built-in objects | |
| string | Allows you to manipulate text. |
| Math | allows you to perform complex math functions like square root. |
| Date | Allows programs to work with the current date or create instances for specific dates. It includes methods for calculating the differences between two dates and working with times. |
html>