Example
Resulting value of
x
var y = "abcde";
var x = y.slice(1,4);
bcd