Community Member Profile
bill
Member since Sep 1, 2011
- Profile: /members/8915-bill.htm
- Comments: 1
- Points: 9
Recent Blog Comments By bill
-
Object.create() Improves Constructor-Based Inheritance In Javascript - It Doesn't Replace It
Posted on Sep 1, 2011 at 11:41 PM
I feel it's a mistake to mix new and Object.create(). They both need to do two things 1) establish the prototype chain and 2) initialize the instance data. The example you used has nothing to inherit; its all instance data. The equivalent of your first example is:
read more »



