JSFiddle - React, Tailwind, and code Playground

by irinablue

JavaScript

const o = {
 e: 2
}
const b = {
 r: 1,
 t: o?.t
}

console.log(b)