tutorial.eyehunts.com
JavaScript object Assign vs Spread
Both Object.assign() and the spread syntax (...) can be used to merge multiple objects into a single object in JavaScript...
Rohit