찬기의 블로그
map을 이용해 n번 실행하고 싶을 때에 하단과 같이 spread 연산자와 같이 사용할 수 있다. const a = [...Array(n)].map((_, i) => { return i * 10; });