Does a singleton actually matter in javascript

后端 未结 0 561
小鲜肉
小鲜肉 2021-01-07 20:20

I think that Singleton is a design pattern that mainly solves thread lock like in JAVA, Objective-C, etc.Because it can only create one object in the whole program. But Java

相关标签:
回答
  • 消灭零回复
提交回复
热议问题