Get data's own property names and symbols.
data
getOwnProperties({ a: 1, b: 2 }); // ['a', 'b'] Copy
getOwnProperties({ a: 1, b: 2 }); // ['a', 'b']
Get
data's own property names and symbols.