js split string at index

JavaScript
"How are you?".slice(8, 11);
/*Output: you*/
Source

Also in JavaScript: