splice ARRAY, OFFSET, LENGTH #removes anything from the OFFSET index through the index OFFSET+LENGTH-1 splice ARRAY, OFFSET, LENGTH, LIST #same as the previous but replaces elements removed with those in LIST splice ARRAY, OFFSET #removes anything from the OFFSET index on