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
|
Namespace |
WinJS.Binding |
|---|---|
|
Library |
|
See also
Build date: 12/5/2012