const aar1= [1,2,3]const arr2= [5,6,7] let arr3=___arr1__..arr2]; fill in blanks to make arr3 like [1,2,3,4,5,6,7,8] (any1?) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

const aar1= [1,2,3]const arr2= [5,6,7] let arr3=___arr1__..arr2]; fill in blanks to make arr3 like [1,2,3,4,5,6,7,8] (any1?)

19th Mar 2019, 2:08 AM
Christopher Inji
6 Answers
+ 9
arr3=[...aar1, 4,...arr2, 8];
19th Mar 2019, 2:45 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Arjun Singhal Like what?
8th Dec 2019, 4:24 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
For those having an issue with the … , the fix is do two dots first then move the curser in front of the first dot and enter the third dot. Your welcome having
9th Aug 2023, 2:59 AM
Jesse Soto
Jesse Soto - avatar
0
Thanks
19th Mar 2019, 6:56 AM
Christopher Inji
0
thanks, i greatful
20th Jul 2019, 4:28 PM
AGHUGHU OMOKINOVO EHIMARE
AGHUGHU OMOKINOVO EHIMARE - avatar
0
give me more information please or else no ipad for me so pleeeeeeeeeeeeeease do it
8th Dec 2019, 4:23 PM
Arjun Singhal
Arjun Singhal - avatar