JavaScript by nature does not have classes like other languages. This has been a source of frustration for developers trying to create complex applications. Class.js attempts to provide the JavaScript language with a basic class structure in under a kilobyte of code.
With under 1kb of code, it provides a basic class structure which can be easily extended with built-in methods like Extend() or Merge() and the plugin support.









