Course contentsShow
JavaScript
Lesson 715 of 2,72317. Prototypes and InheritancePro lesson

How 'new' Connects prototype to __proto__

When calling 'new Func()', the new object's __proto__ is set to Func.prototype.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.