Reverse

This is because in programming, and in general in computer science, we start counting from 0 rather than from 1. So the first character in a string is at index 0, the second character is at index 1, the third character is at index 2, and so on. ................
................