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