Assignment 008

JavaScript Properties II

JavaScript is a scripting language that uses objects. For example, your browser window
is an object, which contains the document object. It also contains the navigator object.
The navigator object is the browser you are using. We can refer to these objects via
JavaScript by using "navigator."