get an object from an array
summary (oneliner)
Returns a single object from an array based upon the index.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
array (Array)
must contain only objects
index (integer /Number)
The index of the array containing the object
Outputs
value (Object)
The object out from the index