Object.assign Lab

Easy
2
62.5% Acceptance

In this lab, you'll be working with the Object.assign() JavaScript method. The goal is to create two objects with some properties and then use Object.assign() method to merge these objects into a new object. After successfully merging the objects, we'll export the merged object using ESM syntax.