Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a string consisting of all the elements of a list separated by the specified separator string.
Syntax
var string = list.join(separator);
Parameters
separator
Type: StringA string used to separate the elements of a list. If this parameter is omitted, the list elements are separated with a comma.
Return value
Type: String
The elements of a list separated by the specified separator string.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Binding |