js return list of object one key code example Example: js get object keys myObject = { "key": "value" } Object.keys(myObject); // get array of keys