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 new list consisting of a combination of two arrays.
Syntax
var array = list.concat(item);
Parameters
item
Type: ObjectAdditional 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 |