tutorial.eyehunts.com
JavaScript static class | Code
There is no static class concept in JavaScript. The static class cannot be instantiated, you can't use the new keyword to create an object...
Rohit