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