Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript JavaScript and the DOM (Retiring) The Browser Environment The Browser Environment Review

Charles Wanjohi
Charles Wanjohi
9,235 Points

What could we say is the difference between document and DOM?

Am a little confused between these two terms.I dont seem to find any difference as per the explanation given.Could someone help me please to get to understand

1 Answer

Raffael Dettling
Raffael Dettling
32,998 Points

DOM = Document Object Model is the html structur with all its tag : https://www.w3schools.com/js/js_htmldom.asp and a document can be a file or something like the document.write() method from javascript if that is your question. document:https: https://www.w3schools.com/jsref/dom_obj_document.asp