Saifur Rahman Mahinsaifur-rahman-mahin.hashnode.dev·Nov 14, 2023Explore Browser object model (BOM)Explore Browser object model (BOM) The term "BOM" can be ambiguous as it can refer to both the "Browser Object Model" and the "Byte Order Mark." However, in the context of web development, let's focus on the "Browser Object Model." The Browser Object...29 readsVanilla JavaScriptBOM
Dhawal Pandyadhawalpandya01.hashnode.dev·Feb 3, 2023DOM vs BOM. What gives?BOM (Browser Object Model) and DOM (Document Object Model) are both web technologies used to represent and manipulate the structure and content of a web page. However, they serve different purposes and are used in different ways. The BOM represents t...DOM
Akash Deep Chitranshcodechitra.hashnode.dev·Jan 17, 2023BOM: Browser Object ModelJavaScript is an object-based programming language, almost everything in JavaScript is an object(e.g. arrays, functions, etc). Similarly, the browser is also made up of objects. To make our web app more interactive the browser provides us with a rema...93 readsJavaScript