0 votes
in JavaScript by
Which built-in method returns the index within the calling String object of the first occurrence of the specified value?

1 Answer

0 votes
by

indexOf() method returns the index within the calling String object of the first occurrence of the specified value, or −1 if not found.

...