ArrayToList
Used to iterate over an array and run the function closure for each item in the array.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The array to join together | |
|
|
| The character to use as a separator |
|
|
|
|
Examples
Related
Last updated