JSFiddle - React, Tailwind, and code Playground

by vinodlouis

JavaScript

var a = {
o:1
}

var b = Object.define(a,{p:1});

console.log(b)