Huzzah! Instead of accessing a single character, we're getting a so-called substring from index 0 to just before index 7.
0
7
Does it really make sense to start at an index of 7 and end at an index of 0?