Object.defineProperty(Person.prototype, 'name', { value: specifiedFunction, enumerable: false, configurable: true, writable: true });