Course · Section 9: Data Structures, Modern Operators and Strings · Lecture 111: The Spread Operator (...)
Implement `combine(a, b)` returning a new array with all of `a` then all of `b`, using spread.
+ 1 hidden test run on Submit.
Spreading both arrays builds a new combined array without mutation.
Run your code to see results.