Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in prototype-programming

Correct way to build classes in JavaScript?

OOP Javascript - Isolate object within class

Confused by javascript's constructor and prototype?

Javascript and function prototype assignment

How to create an object with private members using Object.create() instead of new

About the prototype object and it's role in Javascript inheritance

How do you do inheritance in JavaScript without sharing the same instance of the super class between all instances of the sub class?

Javascript prototype and issues accessing class

Adding a prototype to an object literal

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

Why defining properties in the prototype is considered an antipattern

How `this` works from a Classical Method of Prototyping in Javascript

Possible to access private constructor-scoped variables from a functions prototype?

why does listing the actual constructor of a class in javascript important

Javascript inheritance: calling Object.create when setting a prototype

Prototype in this Array slice call, why?

Javascript function using "this = " gives "Invalid left-hand side in assignment"

Strange "getter" behaviour in IE9 when accessing property of `Number.prototype` from a number literal

Javascript: Calling child function from parent (super?) function.

How to represent Javascript object creation with an UML class diagram?