structuredClone
spread
optional chaining
Merges objects using the spread syntax.
const merged = { ...obj1, ...obj2 }