Array.from({만들고 싶은 배열의 길이}, (v, i) => v + i} test = Array.from({length : 10}, () => new Array(3));
등과 같이 만들 수 있다,, from() 요 녀석 유용하겠군,,