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.

...