app-array

On this page:

concat

Summary

Concatenates arrays together.

Description

Used to merge two arrays

Route

POST /array/concat

Roles

admin

Parameters

DetailsExampleSchema
Name Type Required Description
arr array yes The first array to concatenate
arrayN array yes Array to concatenate into a new array

Return

DetailsExampleSchema
Name Type Description
combinedArray array The concatenation of the args