Object.create(): the New Way to Create Objects in JavaScript
Created Oct 3, 2012
Just when you thought that you've seen every possible way there was to create JavaScript objects, Rob Gravelle brings you yet another: the new Object create() method. There are some pretty good reasons to use it. In today's article, Rob shows how to use it.