Daily Archives: September 12, 2012

A quick guide to JavaScript classes and inheritance

Today I’m going to go over how to create classes in JavaScript and how to work with inheritance. The first thing to confess is that JavaScript doesn’t actually have classes (please keep this in mind as I mention class in … Continue reading

Posted in JavaScript, Node.js | Leave a comment