¿Qué valor se imprime al ejecutar el siguiente código?
const arr = ['a', 'b', 'c']; console.log(arr.length);
2
3
4
undefined