JavaScript Professional — Hard
Key points
- [[Prototype]] is the internal link to an object's prototype
- Function.prototype is assigned as [[Prototype]] for instances created by that constructor
- Understanding this difference is essential for grasping JavaScript inheritance
Ready to go further?
Related questions
