Search
A string is a collection of characters. Each character can be accessed individually just like each element of an array can be accessed using the index.
In the example above, we accessed the first character from the string "Sam" using the index 0.