Example
Resulting value of
x
var h = [-1, 2, 3, 4];
var x = h.slice(1,3);
2,3