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.

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
0 votes
asked Mar 21, 2021 in JavaScript by rajeshsharma
...