DOM β The document object model in JavaScript is an API for accessing elements inside a document. It maps the entire document to a hierarchy of parent and child trees. Each node can contain the number of children, or it can inherit another parent in some way or another.
BOM β The browser object model is a larger view of all the browser provided, including the current document, location, history, frames, and any other functions that the browser can provide JavaScript. The browser object model is not standardized and may vary depending on different browsers.
sai krishna Dec 02 '18 at 23:12 2018-12-02 23:12
source share