Signature
path=null start=null
Parameters
- arr:
any[]- The array to be converted.
Returns
string - The input array converted to a string, with elements separated by commas.
Example
path=null start=null
Converts an array to a string.
any[] - The array to be converted.string - The input array converted to a string, with elements separated by commas.