You don't know JS: Summary - Chapter 4 (this and Prototype)
JS tries to satisfy the extremely pervasive desire to design with classes by providing seemingly class-like syntax.
A class is a blueprint. To actually get an object we can interact with, we must build something from the class i.e. instantiate. The ...
innovativecoder.hashnode.dev2 min read