JavaScript Prototype - Prototype Chain
Prototype Chain
Searching Data in Prototype Chain
When we access a property in an object, JavaScript engine first searches for an object's own property. If it can't find one, it goes on to look search the object's __proto__ . If there's no match