var str = "Apples are round, and apples are juicy."; var sliced = str.slice(3, -2); console.log(sliced);
arr.slice([start[, end]])