get an object from an array
Summary (oneliner)
Returns a single object from an array based upon the index.
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
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