Deletes the property with the given key from the given object and returns its value.
The object from which to pluck a property.
The name of the property to pluck.
The value of the property before it was deleted.
If the object didn't return the property, returns undefined.
undefined