Returns a new string that contains a single UTF-16 code unit at the specified index in the string.
charAt(index)
index
The zero-based index of the desired code unit.
A string.
"spring".charAt(1)
"p"