Returns an object containing the properties of the given object whose keys are found in the given keys list.
PICK_KEYS(object: Object, propertyname: Array) => Object
Parameter | Description |
Object | Object whose property will be get |
Property name | Name of the property to take from object |
animal = {"name":"dog","weight":123,"active":false,"children":0}
Formula | Return value |
|
|
|
|
|
|