JSFiddle - React, Tailwind, and code Playground

by Bacher

JavaScript

const { a: { b: d } } = { a: { b: 4 } };

console.log(a);