Javascript Object-Oriented
Introduction
Properties
- Object properties
- Data properties
- Accessor Properties
- Multiple Properties
- Reading Property Attributes
Object Creation
- Factory Pattern
- Constructor Pattern
- Prototype Pattern
- Combination Constructor and Prototype Pattern
- Dynamic Prototype Pattern
- Parasitic Constructor Pattern