ee.List.join

Returns a string containing the elements of the list joined together with the specified separator between elements.

UsageReturns
List.join(separator)String
ArgumentTypeDetails
this: listList
separatorString, default: ""