The JavaScript OOP Library enables you to create JavaScript classes quickly and easily, without the need to dive into the peculiarities of prototype-based programming. The classes can be organized into packages, to encourage code reuse. Using the JSA......