How to complete this code?one filling is required. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

How to complete this code?one filling is required.

const arr1 = [1, 2, 3]; const arr2 = [5, 6, 7, 8]; let arr3 = [ arr1,4, ...arr2];

20th Feb 2019, 5:20 PM
Hammad Raza
Hammad Raza - avatar
1 Answer
+ 1
I dont know what you actually want but by just analyse your code I think its just another simple spread operator so you will get a new array from 1 to 8.
11th Jun 2019, 9:13 AM
avatarluca
avatarluca - avatar