The Math Class - Tom Kleen

First argument: location in the array where the insertion and/or deletion is to begin. Second argument: number of elements that should be deleted. If second argument is omitted, everything from the starting position (first argument) to the end of the array is deleted, but is returned as the return value of the function. Subsequent arguments ... ................
................