Make OOP Classes in JavaScript

Anyone who has tinkered with the Prototype model in JavaScript to produce classes as we know them in other languages has generally left web programming all together and taken up a career as a bus driver. There are a coterie of frameworks designed specifically to address this problem. But what if you’re not wild about […]