Subclassing and the prototype chain
Are you sure you should be subclassing that? is the question that Neil Roberts asks. He goes on to solve a problem: you just want to change ONE property in this class, but you can?t change it on the actual class because that value would now be used across all instances of that class. So in [...]
More: continued here
Leave a Reply
You must be logged in to post a comment.