JSFiddle - React, Tailwind, and code Playground

by svenatclose

JavaScript

var obj1 = {
"name": "Sven"
}

var obj2

console.log({...obj1, ...obj2})