JSFiddle - React, Tailwind, and code Playground by Sahin Deniz June 13, 2019 JavaScript let a = { b: 1, get c() { return `${a.b}` } } console.log(a);