What kind of inheritance does the JavaScript programming language use?
ProtoType inheritence
What is a prototype in JavaScript?
Prototypes are mechanisms by which JS objects inherits from one feature to the other
If an object does not have it’s own property or method by a given key, where does JavaScript look for it?
The prototype object