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