Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is bom in javascript

The Browser Object Model (BOM) in JavaScript includes the properties and methods for JavaScript to interact with the web browser.

BOM provides you with a window objects, for example, to show the width and height of the window. It also includes the window.screen object to show the width and height of the screen.

It also has
window.location
window.history
window.navigator
 
PREVIOUS NEXT
Tagged: #bom #javascript
ADD COMMENT
Topic
Name
7+7 =