JSFiddle - React, Tailwind, and code Playground by vinodlouis August 11, 2022 JavaScript var a = { o:1 } var b = Object.define(a,{p:1}); console.log(b)