Array.splice(start index, 삭제할 갯수 [, '추가 요소']); // end 요소 포함
Array.slice(start index, end indnex); // end 요소 미포함