Name

join() — NN 3 IE J2 ECMA 1

Synopsis

join(”delimiterString“)

Returns a string consisting of a list of items (as strings) contained by an array. The delimiter character(s) between items is set by the parameter to the method.

Returned Value

String.

Parameters

delimiterString

Any string of characters. Nonalphanumeric characters must use URL-encoded equivalents (%0D for carriage return).

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.