tutorial.eyehunts.com
JavaScript private constructor | Example code
JavaScript private constructor means Changing the scope of a constructor to private removes our ability to use the new keyword.
Rohit