0 votes
in JavaScript by (30.8k points)
Which built-in method returns the characters in a string beginning at the specified location?

1 Answer

0 votes
by (23.1k points)

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

Related questions

...