Search
Method slice(Number start, Number end)
Removes and returns the FIRST element of an array.
Returns
Array
Arguments
Name |
Type |
Description |
start |
Number
|
Required. Specify where to start the selection. |
end |
Number
|
Optional. Specify where to end the selection. |