Junior — Senior
Merging two arrays without using concat()
livecode
Task condition
You need to merge two arrays without using the built-in concat() method.
const firstArray = [1, 1, 1, 1, 1, 1];
const secondArray = [77, 88, 99];
livecode
Task condition
You need to merge two arrays without using the built-in concat() method.
const firstArray = [1, 1, 1, 1, 1, 1];
const secondArray = [77, 88, 99];