CyberAlex

CSS, JavaScript, HTML, Front-End, Linux, Bash, programming, PHP, AJAX, scripts

JavaScript Browser Objects List

The Browser Object Model (BOM) allows JavaScript to "talk to" the browser.
W3C
The browser provides us with a hierarchy of objects which we can use to control and access various information about time, screen, page, elements on a page etc.
The browser has one top level object called Window. The rest of the browser's objects are located beneath the Window object in a logical hierarchy of functionality.

This script shows a list of the properties of the browser objects hierarchy :

    To display all information on this site, please enable JavaScript.