how can i split a string in javascript based how many indexes it is code example Example: js split string at index "How are you?".slice(8, 11); /*Output: you*/