Skip to content

ListValue.join method

ListValue › join

Unofficial

Joins the list's elements into a single string.

Signature:

join(separator: string): StringValue

Parameters:

ParameterTypeDescription
separatorstringThe separator placed between elements.

Returns: StringValueThe joined string value.