removeAtRemoves the character at the specified index in the input string.
input ( string ): The input string.target ( string | number ): The index of the character to remove.string ): A new string with the character at the specified index removed.