ES6 Range

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