Simulating classes with 'inheritance' in JavaScript
The code https://gist.github.com/3814257 works by inserting a __inheritedProto prototype that is a link to the prototype of the 'base class' on the 'extended' object. This way, methods defined on the prototype is available, and so is variables defined on the 'base class' object.
Class oriented programming in an object oriented world
Written by Alexander Brevig
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Tutorial
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#