slice array from index to the end code example Example: javascript slice from index to end ["a","b","c","d","e"].slice(2) // Without second parameter