splice() method changes the original array. slice() method doesn't change the original array. both returned selected elements.