Obect.assign with this (JavaScript)

Definition “The Object.assign() method copies all enumerable own properties from one or more source objects to a target object. It returns the target object.” ~ Mozilla Developer Network There are a million other post talking about what it does so instead I’m just going to dive right into the different ways that Object.assign (JavaScript) method can be used. Also if you’re go to …