Horje
What is BOM( Browser Object Model) ?

The Browser Object Model (BOM) is a fundamental component of web development. It includes a collection of objects and methods that enable interaction with the browser window. Unlike the Document Object Model (DOM), which focuses on page structure, the BOM enables manipulation of the browser. Central to the BOM is the window object which is a global entity in client-side JavaScript. It provides access to browser functionalities and allows developers to make use of the BOM to control browser history, manage timers, respond to events, and interact with navigation and location. BOM is not standardized and it affects the client-side scripting which plays an important role in creating dynamic and interactive web applications. It offers a programmatic interface to the browser environment.




Reffered: https://www.geeksforgeeks.org


JavaScript

Related
Difference between Event Bubling & Event Capturing ? Difference between Event Bubling & Event Capturing ?
TypeScript Enums TypeScript Enums
What are Closures in JavaScript ? What are Closures in JavaScript ?
What is setTimeout() function in JavaScript ? What is setTimeout() function in JavaScript ?
What is Filter metod in JavaScript ? What is Filter metod in JavaScript ?

Type:
Geek
Category:
Coding
Sub Category:
Tutorial
Uploaded by:
Admin
Views:
14