Warning
Use arr1.concat(arr2) instead.
Concatenates two arrays, maps to Array.concat(). Does not modify the input arrays.
Examples
Syntax
  
      concat(a, b)
      
         
      
    
Parameters
a
Array: 
first Array to concatenate
b
Array: 
second Array to concatenate
Returns
Array: concatenated array
This page is generated from the comments in src/utilities/array_functions.js . Please feel free to edit it and submit a pull request!