Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
array-join
Joins array elements into a string with a separator.
Parameter
Type
Description
self
[T]
Array to join
separator
string
String to place between elements (defaults to empty string)
return
string
String with array elements joined by separator