Skip to content
JavaScript – object orientation
- Creating classes and objects
- The most important pre-defined objects
- Prototyping and constructors
- Encapsulation
- polymorphism
- Inheritance
- Aggregation
Design Patterns
- Singleton
- Factory
- Observer
- Factory
- Decorator
- Strategy
Advanced JavaScript programming patterns
- Self-timer features
- Create an alias objects
- Namespaces
- module Pattern
- Switching Libraries “on demand”
- Basics of designing your own library
AJAX
- Fundamentals of asynchronous communication
- The XMLHttpRequest object
- JSON
- And server response error handling
- JSONP