entries
$entries
Returns the enumerable own properties of an object as an array of [key, value] pairs,
matching the output of Object.entries().
The resulting array can be reconstructed back into an object with $object.
Throws if the input is not a plain object.