New posts in prototypal-inheritance

How do I inherit javascript functions ?

Is John Resig's Javascript inheritance snippet deprecated?

How to access object prototype in javascript?

Object.defineProperty in ES5?

Performing inheritance in JavaScript

Grasping prototypical Inheritance through pseudoclassical instantiation (JavaScript)

Good Example of JavaScript's Prototype-Based Inheritance

Properties of Javascript function objects

Why use Object.prototype.hasOwnProperty.call(myObj, prop) instead of myObj.hasOwnProperty(prop)?

Illegal Invocation on addEventListener

Crockford's Prototypal inheritance - Issues with nested objects

__proto__ VS. prototype in JavaScript

Why is extending native objects a bad practice?

What are the nuances of scope prototypal / prototypical inheritance in AngularJS?