• + 0 comments

    "Singleton Class Using a Function" has incorrect information in the "Topics".

    The given example creates an object, similarly as if one would do:

    myObject = {a:1};

    It doesn't create a singleton.