Skip to content

ListValue.join method

ListValue › join

Unofficial

Joins the list's elements into a single string.

Signature:

join(separator: string): StringValue

Parameters:

Parameter Type Description
separator string The separator placed between elements.

Returns: StringValueThe joined string value.