Is there an elegant way to access the first property of an object...
if someone prefers array destructuring
const [firstKey] = Object.keys(object);