News

Latest commit History History 46 lines (29 loc) · 1.32 KB main javascript-algorithms-and-data-structures / functional-programming / ...
.concat() takes an existing array, adds a value to it and returns a new array it takes a copy of the original array, adds to it any parameters passed and returns a new array. .concat() is the ...