you don t know js this object prototypes
perty or method on an object: JavaScript first looks for the property directly on the object. If not found, it searches the object's prototype. This process continues up the chain until the property is found or the chain ends (reaching `null`). Visual repr