Click an option to check whether your answer is correct.
A
H ✔✖
B
e ✔✖
C
l ✔✖
D
! ✔✖
A
Correct Answer: A
Explanation
The charAt() method returns the character at a specified index in a string. In this case, the index is 0, so the method returns the first character of the string, which is 'H'.