design-patternsJavaScriptDesign PatternsMediumWhat does the Singleton pattern guarantee?1A class has only one instance with a global access point2A class can have unlimited instances3Objects are created by copying a prototype4Behavior is added dynamically to objectsBack to list