rango de ES6
Array(8).fill(0).map((_, i) => i * i);
Successful Salamander
Array(8).fill(0).map((_, i) => i * i);