design-patternsJavaScriptDesign PatternsMediumWhat does the Prototype pattern do?1Creates new objects by cloning an existing prototype object2Ensures one instance of a class3Wraps objects to add behavior4Turns requests into objectsBack to list