toLowerAtConverts the character at the specified index in the input string to lowercase.
input ( string ): The input string.target ( string | number ): The index of the character to convert to lowercase.string ): A new string with the character at the specified index lowercased.