New posts in prototype-programming

JavaScript inheritance: when constructor has arguments

Is it ok to assign the JavaScript prototype object instead of just its properties?

Is there really no way to expose the prototype of a html element in IE (<8)?

__proto__, when will it be gone? Alternatives?

What can the JavaScript prototype system do beyond mimicking a classical class system?

JavaScript instance functions versus prototype functions [duplicate]

Javascript inheritance: call super-constructor or use prototype chain?

Understanding prototypal inheritance in JavaScript

prototype based vs. class based inheritance

What’s the purpose of prototype? [duplicate]

How does __proto__ differ from constructor.prototype?

What does it mean that Javascript is a prototype based language?

Benefits of prototypal inheritance over classical?

Preserving a reference to "this" in JavaScript prototype functions [duplicate]

JavaScript: Class.method vs. Class.prototype.method

Better way to sum a property value in an array