JavaScript Introduction | Browser Object Model

What Is the Browser Object Model?

With JavaScript, you can access browser information or control various browser features.
The object model that can be used at this time is the Browser Object Model (BOM).

Unlike the Document Object Model (DOM), the Browser Object Model (BOM) is not a W3C standard object model.
However, this model provides a way for JavaScript to directly control and manage functional elements of the browser.
In JavaScript, objects in this BOM model can be used as global objects.