get a string from an array at [index]
summary (oneliner)
Returns one string from an array based upon index.
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
array (Array)
The string array in
index (integer /Number)
The index to look up. Starts at 0
Outputs
result (String)
The returned string based upon index lookup