JSFiddle - React, Tailwind, and code Playground

by Evgeniy Kvasyuk

JavaScript

const a = {b: 1, c:2, d: {e: 1, f:2}};
console.log(a.keys());