- 2
Please help,i am beginner!
What words are in the es6/module 8 quiz/quiz 3? Somebody help
2 Answers
+ 10
const arr1 = [1,2,3];
const arr2 = [5,6,7,8];
let arr3 = [...arr1, 4, ...arr2];
+ 1
thank you, danijel ivanovic very much
What words are in the es6/module 8 quiz/quiz 3? Somebody help