JSFiddle - React, Tailwind, and code Playground

by Alexey

JavaScript

let obj = {

par1: 200,
par2: 300

}

obj.par3 = 400;

console.log(obj)