DEV Community

Discussion on: Modern JavaScript, 10 things you should be using, starting today

Collapse
 
grad profile image
Alex Grad
[].concat(firstHalf, secondHalf);
Enter fullscreen mode Exit fullscreen mode
Thread Thread
 
samselfridge profile image
samselfridge

const fullArray = [].concat(firstHalf, secondHalf);