How to split something at a certain index in JavaScirpt code example Example: js split string at index "How are you?".slice(8, 11); /*Output: you*/