ES6 membuat berbagai kelipatan

let arr = [...new Array(parseInt(length)).keys()];
arr = Array.from(arr, item => item+1);
arr = Array.from(arr, item => item*parseInt(multiplication));
takemetothelakeswhereallthepoetswenttodie