Child.prototype = Object.create(Parent.prototype, { constructor: { value: Child, enumerable: false } });