Skip to main content
Slice List returns items from the start index up to, but not including, the end index.

Inputs

Output

For [a, b, c, d], start 1 and end 3 return [b, c].
Although the editor description mentions negative indices, the server currently accepts only non-negative whole numbers for Start and End.