0
kicks
JavaScript singleton with private members!
How to create a singleton object in JavaScript which can have truly private variables and private methods which are only accessible to other private and public members of the singleton.