Google News
logo
JavaScript - Interview Questions
What is BOM in JS?
BOM stands for Browser Object Model, a more extensive representation of elements provided by the browser like document, location, history, and frames exposed to JavaScript. DOM is a part of BOM, and to access the document, one can use code document or window.document.
Advertisement