Setting the Prototype Constructor in JavaScript
While writing the upcoming Part 2 of my Pluralsight course Building Apps with Angular and Breeze [http://jpapa.me/spangz], I found myself wanting to extend a constructor object with another constructor’s members. I had an object called AbstractRepository that has a set of functions (ex: getAll, que