Sets the property of target, equivalent to target[propertyKey] = value when receiver === target.
target[propertyKey] = value
receiver === target
Object that contains the property on itself or in its prototype chain.
Name of the property.