We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Day 4: Classes
Day 4: Classes
Sort by
recency
|
277 Discussions
|
Please Login in order to post a comment
"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.