Beyond the Basics of JavaScript Inheritance
After giving a brief overview of JavaScript inheritance basics, this talk delves into advanced topics and answers questions such as the following ones: What is the difference between constructor inheritance and instance inheritance? What is the property `constructor` about? How does the `instanceof` operator really work? How does one reference …