JSFiddle - React, Tailwind, and code Playground by Yurii Predborskyi August 15, 2019 JavaScript let a = {a: 1, b: 2}; let b = {a: 100, c: 100}; console.log({...a, ...b});