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