Returns a string array representation of keys in the given object
the object to inspect
the keys of the given object
keys({foo: 'bar'}); // ['foo'] Copy
keys({foo: 'bar'}); // ['foo']
Returns a string array representation of keys in the given object