concat
Concatenates all the observable sequences. This takes in either an array or variable arguments to concatenate.
Arguments
args
(arguments
|Array
): An array or arguments of Observable sequences.
Returns
(Observable
): An observable sequence that contains the elements of each given sequence, in sequential order.
Example
Last updated
Was this helpful?