Introduction to JavaScript Inheritance
Before we dive in, I'll be assuming that you have prior knowledge on the following:
Pre-requisites: JavaScript Objects, constructor functions and basic object-oriented programming.
Creating a Class
Let's take a look at this Animal class:
class Anim...
blog.lo-victoria.com4 min read