Prototypal inheritance是个有助于实现它的一个语言特性。...这样的事情就被称之为“prototypal inheritance”。许多非常cool的语言特性和编程技巧都是基于“prototypal inheritance”的。
JavaScript is quite unique in the popular programming languages landscape because of its usage of prototypal inheritance. Let's find out what that means
The guide on prototypal inheritance in JavaScript: prototype object, inherited propertes, chain of prototypes.