var man = new Man(); console.log(man.__proto__); // {size: 6, weight: 80} console.log(man.__proto__.__proto__ == Human.prototype); // true