List.concat method

Returns a new list consisting of a combination of two arrays.
Syntax
var array = list.concat(item);
Parameters
- item
-
Type: Object
Additional items to add to the end of the list.
Return value
Type: Array
An array containing the concatenation of the list and any other supplied items.
Requirements
|
Minimum WinJS version |
WinJS 1.0 |
|---|---|
|
Namespace |
WinJS.Binding |
See also
Show: