Join an array of values as string using separator. It uses formatAsString rather than the default string representation as Array:join would.
The separator to use to delimit each argument.
Objects or values to convert to string and join.
Join an array of values as string using separator. It uses formatAsString rather than the default string representation as Array:join would.