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