ListValue.join method
ListValue › join
Unofficial
Joins the list's elements into a single string.Signature:
join(separator: string): StringValueParameters:
| Parameter | Type | Description |
|---|---|---|
| separator | string | The separator placed between elements. |
Returns: StringValue — The joined string value.