JavaScript: BOM

Introduction to BOM in JavaScript and objects such as location, history, navigator, and screen

Introduction

Within the window object, there are global browser objects which can be accessed within the JavaScript code. These additional objects are a part of BOM.

BOM are all objects provided by the browser. These objects let you interact with everything other than the web page itself. It may be the location, history, or even the navigator itself. These available objects make web development better. Check out the example ...