Table of content:
- What is a JavaScript object
- How to create objects in JavaScript
- Naming JavaScript Objects
- Structuring JavaScript Objects
- Constructor functions
- Object initializer
- Adding methods
- Object manipulation statements
- The for-in loop
- The with statement
- Predefined JavaScript Objects
- The Navigator Object
- Properties of the navigator object
- appCodeName Property
- appName Property
- appVersion Property
- cookieEnabled Property
- onLine Property
- platform Property
- plugins Property
- userAgent Property
- Methods of the navigator object
- javaEnabled() method
- The History Object
- Property of the History Object
- Methods of the History Object
- The back() Method
- The forward() Method
- The go() Method