What does util.inherits
do more than the following code:
constructor.prototype = Object.create(superconstructor.prototype);
What does util.inherits
do more than the following code:
constructor.prototype = Object.create(superconstructor.prototype);