concat
Updated on August 22, 2024Source codeTests
createConcat
is a pipe that transforms an array to a concatenated array.
Create concat
Call createConcat
with no parameters to create your concat
function.
Call createConcat
with these parameters to create your concat
function:
Parameter
Type
Required
Description
...arrays
Array
yes
One or more arrays to concatenate with the array you pass to your created
concat
function.