所有对象的__proto__都指向其构造器的prototype
prototype is property of a Function,instance 's __proto__ is referred to the prototype of the Function that created the instance
instance 's __proto__ is referred to the prototype of the Function that created the instance