JavaScript se arranca de la matriz de objetos
let result = objArray.map(a => a.foo);
Index out of bounds
let result = objArray.map(a => a.foo);