Back to Developer Roadmap

Bom

src/data/question-groups/javascript/content/bom.md

4.0431 B
Original Source

The BOM is a set of tools that allows JavaScript to interact with the browser. It controls browser functionalities without needing to interact with the HTML document. You can open and close a browser window, access a browsing history, and more. Examples of the BOM include window, browser, and history objects.