Run results for: lodash assign vs object.assign vs spread operator - variable and constant
Compares the creation of a new object by merging two existing ones using lodash, Object.assign and the spread operator, when merging an object literal with an object from a variable.