Różnica między plasterem a splicem

splice() method changes the original array. 
slice() method doesn't change the original array.

both returned selected elements.
Abhishek