0 votes
in JavaScript by
Which built-in method returns the characters in a string beginning at the specified location?

1 Answer

0 votes
by

substr() method returns the characters in a string beginning at the specified location through the specified number of characters.

Related questions

0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
0 votes
asked Oct 19, 2019 in JavaScript by SakshiSharma
...