index부터 count만큼 삭제 shapes.splice(selectedShapeIndex,1)전체 삭제const array = [ 1, 2, 3, 4, 5];array.splice(0, array.lengh);