What is DOM and BOM in JavaScript?
Window Object
For understanding the concept of BOM and DOM first we need to understand about window object. All objects, functions, and variables are a part of the window object.Both BOM and DOM are window objects.
BOM
BOM stands for Browser Object M...
prashanthandel.hashnode.dev1 min read