Aug 19, 2022
In the Singleton pattern, the arrow function(initializeConfiguration) is getting used as a constructor function. This should be a normal function to be used with new keyword.
In the Singleton pattern, the arrow function(initializeConfiguration) is getting used as a constructor function. This should be a normal function to be used with new keyword.
Software Engineer passionate about Frontend Engineering