0 votes
in JavaScript by
Which built-in method returns the character at the specified index?

1 Answer

0 votes
by

charAt() method returns the character at the specified index.

...