Object Functions
RTR provides several built-in functions for object manipulation and operations.
keys
Returns an array of all enumerable property names of an object.
values
Returns an array of all enumerable property values of an object.
has
Checks if an object has a specific property.
obj
Creates a new empty object.
Last updated