JSFiddle - React, Tailwind, and code Playground
JavaScript
const foo = {
duration: 150,
foo: 1
};
const bar = {
duration: 200,
bar: 2
};
console.log({...foo, ...bar});
const foo = {
duration: 150,
foo: 1
};
const bar = {
duration: 200,
bar: 2
};
console.log({...foo, ...bar});