The previous lesson explained a bit about how JavaScript has a different notion of classes. To simulate the way that classes work, we can use a variety of techniques. One of the common techniques is ...
Note that the constructor property is a reference to the constructor function that created the instance. The advantage of the constructor property is that it's possible to check for this property to ...