Design patterns in JS language

What is design pattern? A general, reusable solution to a commonly occurring problem in the context of software design. It is more general than algorithm. Types of patterns (Not limited to the following) Creational Constructor Constructors are special functions that can be used to instantiate new objects with methods and properties defined by that function. JS doesn't … Continue reading Design patterns in JS language