Example Resulting value of x
var y = "abcde";
var x = y.substring(1, 3);
bc