Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 532 Bytes

File metadata and controls

12 lines (6 loc) · 532 Bytes

Tests

A singleton design pattern demonstration using JavaScript.


What Is a Singleton?

Singleton pattern is a design pattern that restricts the instantiation of a class to one object. Read more...