Design Pattern in JavaScript - Part 4
In the previous post, we discussed the benefits of a prototype pattern, why they can be helpful and when can it create problems.
Singleton Design Pattern
Singleton is a design pattern that allows us to create a single instance of class/object and us...
rahulk.hashnode.dev2 min read