JSFiddle - React, Tailwind, and code Playground
by RomainMazB
JavaScript
let object = { test: 'ok', test2: 'null'};
console.log(Object.keys(object)[0]);
by RomainMazB
let object = { test: 'ok', test2: 'null'};
console.log(Object.keys(object)[0]);