JavaScript Objects
JavaScript is an object-oriented scripting language. The dot notation is used to access properties or invoke methods of the object.
Objects
Examples:
- window
- document
- form
- location
- history
Object: Properties
- window.location
- document.title
Object: Methods
- document.write
- window.open
- form.submit