Javascript: `Object.assign` Modifies an Object in Place

Rating: 5

Object.assign is similar to using the spread operator ..., but it allows you to modify a target object in-place.