配列

配列はつよい!

const array = [...new Array(100).keys()].map((x) => x + 1);