How to implement Singleton pattern in javascript since ES6 !
I would like to share my method to implement a singleton in javascript. To be clear with you, i like javascript since ES6 which brought lot of interesting features. (I think about the closure syntax with class keyword, an…