Assignment008A
JavaScript Properties III + Variables
JavaScript is a scripting language that uses objects. For example, your browser window is an object, which contains the document object. In addition, the window object 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."