Update a property in an object.
The object whose property will be updated.
Name of the property to be updated.
The new value to be assigned.
Whether the value was updated (true) or already strictly the same in the original object (false).
Update a property in an object.