Prototype Chain
↔ Series of links to connect Object to Prototype; to mimic Inheritance
when call method/property not exist directly on object - JS Engine will look up the prototype chain