JavaScript Under the Hood #2: Sub-classesUnderstanding sub-classes and inheritance in JavaScript
Keeping the momentum from my last article, this article aims to explain how sub-classes work in JavaScript. Sub-classes are what make inheritance possible, which is …