JSFiddle - React, Tailwind, and code Playground by Bacher August 24, 2018 JavaScript const { a: { b: d } } = { a: { b: 4 } }; console.log(a);