const person = {
  key: "value",
  first_name: "John",
  last_name: "Doe"
};

Object.keys(person);