153 B
153 B
Concatenate typed arrays
Given an array of Uint8Array
, write a function concat(arrays)
that returns a concatenation of them into a single array.
Given an array of Uint8Array
, write a function concat(arrays)
that returns a concatenation of them into a single array.