split at index of string javascript code example Example: js split string at index "How are you?".slice(8, 11); /*Output: you*/