Assignment: Window Object Review
Review and research the following objects. Define each of the following objects. Your definition
should be at least two paragraph for each object.
- Window Object
- Navigator Object
- Location Object
- Screen Object
- History Object
- "The history object contains the URLs visited by the user (within a browser window). The history
object is part of the window object and is accessed through the window.history property."
-- Credit--
http://www.w3schools.com/jsref/obj_history.asp
- Document Object
- "The Document Object Model (DOM) is a cross-platform and language-independent application
programming interface that treats an HTML, XHTML, or XML document as a tree structure wherein each
node is an object representing a part of the document. The objects can be manipulated programmatically
and any visible changes occurring as a result may then be reflected in the display of the document."
-- Credit--
https://en.wikipedia.org/wiki/Document_Object_Model