0 / 60 seg.

What will this code log to the console?

const foo = [1, 2, 3];
const [n] = foo;
console.log(n);