concat

array concat(value1, value2, …, valueN)

Returns a new array with all elements of the arrays and/or the non-null values provided as arguments.

Parameters

  1. value1 — first value.
  2. value2 — second value.
  3. valueN — optional, N-th value.

Returns