Community Member Profile
Arlo Carreon
Member since Oct 30, 2012
- Profile: /members/10403-Arlo-Carreon.htm
- URL: http://arlocarreon.com
- Comments: 2
- Points: 20
Recent Blog Comments By Arlo Carreon
-
Object.create() Improves Constructor-Based Inheritance In Javascript - It Doesn't Replace It
Posted on Oct 30, 2012 at 4:38 PM
Nvm! I didn't make it all the way down to the last comment. :/... read more »
-
Object.create() Improves Constructor-Based Inheritance In Javascript - It Doesn't Replace It
Posted on Oct 30, 2012 at 4:37 PM
I know this post is old, but for those that are finding it now a days there is a way to override properties without an init method. Object.create takes a second param that it uses to override properties. var sarah = Object.create( girl, { traits:{
- read more »



