Join in JS
Description
Concatenates the string arguments to the calling string using a separator (JavaScript Join function Documentation).
Sample Source Pattern
Syntax
Arguments
separator
: Character to join.
Return Type
String
.
Examples
Last updated