Davit Barbakadze
Member since Jul 22, 2011
- Profile: /members/8670-davit-barbakadze.htm
- Comments: 2
Recent Blog Comments By Davit Barbakadze
-
Using Super Constructors Is Critical In Prototypal Inheritance In Javascript
Posted on Jul 22, 2011 at 2:44 PM
@Ben, one question - if you make copies of all the properties and methods by calling Base.call(this); what's the point of having: SubClass.prototype = new Base();? And is this an actually suggested pattern by: Pro Javascript Design Patterns by Ross Harmes and Dustin Diaz?... read more »