Skip to content

Instantly share code, notes, and snippets.

@siddharthray
Last active August 20, 2018 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siddharthray/704cdc8e913f8ea5f10aa3e3130d5f76 to your computer and use it in GitHub Desktop.
Save siddharthray/704cdc8e913f8ea5f10aa3e3130d5f76 to your computer and use it in GitHub Desktop.
DOM VS BOM
The BOM (Browser Object Model) consists of the objects navigator, history, screen, location and
document which are children of window.
In the document node is the DOM (Document Object Model),
the document object model, which represents the contents of the page.
You can manipulate it using javascript.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment