Javascript is a prototype based language, but it also support some OO and functional programming features. But programming javascript in OO style is somewhat tricky. It lacks some built-in OO functionality.
JS.Class enables you to code javascript in OO style easily. I brrowed several idioms from Ruby, and support class, inheritance, mixins, and modules.
Rankrz of this item
Javascript is a prototype based language, but it also support some OO and functional programming features. But programming javascript in OO style is somewhat tricky. It lacks some built-in OO functionality.
JS.Class enables you to code javascript in OO style easily. I brrowed several idioms from Ruby, and support class, inheritance, mixins, and modules.