What is the purpose of the charAt() method in JavaScript?
charAt()
Concatenates two or more strings together.
Checks if a string starts with a specific character or substring.
Converts a string to uppercase letters.
Retrieves the character at a specified index in a string.