Create a new string which is the concatenation of the words in the given input.
Returns the joined string.
join('Lord Of The Rings', '-')// 'Lord-Of-The-Rings'
The string to join
Optional
Generated using TypeDoc
Create a new string which is the concatenation of the words in the given input.
Returns
Returns the joined string.
Example