The JavaScript Array slice() method returns a shallow copy of a portion of an array into a new array object.
What is Slice method? What are its uses?
The JavaScript Array slice() method returns a shallow copy of a portion of an array into a new array object.