0 / 60 seg.

What will be the output of this code?

const arr1 = [2, 4, 6];
const arr2 = [3, 5, 7];
console.log([...arr1, ...arr2]);