SyntaxFix
Write A Post
Hire A Developer
Questions
What's wrong with Object.assign(target, source) ?
Object.assign(target, source)
Arrays are still type object in Javascript, so using assign should still reassign any matching keys parsed by the operator as long as matching keys are found, right?