Creates a copy of the array-like object. Similar to Array.slice(index, length).
An optional limit to stop copying. Finite values must be no more than the source.length minus the sourceIndex.
The copy of the source array.
Creates a copy of the array-like object. Similar to Array.slice(index, length).