JSMay 20, 2014 · 1 min read

Prototypical Inheritance with Object.create

A practical look at prototypical inheritance in JavaScript using Object.create — how the prototype chain works and how to set it up correctly without constructor functions.