Design Patterns in JavaScript: Singleton Prototype & Builder Creational Patterns

placeholder

In this 14-video course learners will discover how to implement Singleton Prototype and Builder patterns in Javascript. Examine how Singleton pattern is used for single object instantiation how Prototype pattern is used for cloning and how Builder pattern is used to construct complex objects. Key concepts covered in this course include basic principles of the Singleton pattern an extremely popular and widely used creational design pattern; helper functions for Singleton pattern and how to implement it; and features of the Prototype pattern which is used when the type of objects you want to create is determined by a prototypical instance. Learn how to implement the Prototype pattern and to apply best practices for Prototype pattern; learn characteristics of the Builder pattern which separates construction of an object from how the object is actually represented; and learn how to use Builder pattern to construct complex objects. Finally observe how to implement Builder pattern in jQuery and how to use different methods in iQuery Builder pattern.