0 / 60 seg.

¿Qué se imprime al ejecutar el siguiente código?

const array1 = [1, 2, 3];
const array2 = [...array1, 4, 5];
console.log(array2[4]);