Definition: The document object is used to reference and manipulate the content of the current page. Exactly how the page is accessed depends on the Document Object Model that the browser uses. This is not a reserved word so you can declare your own variable or function called document but if you do then you will not be able to reference anything on the current web page.
Examples: document.write('text');

