0 votes
in JavaScript by
Out of the following functions of the string object, which one would return the character in any string via the specified number of characters starting at a specified position?

a. search()

b. substr()

c. split()

d. slice()

1 Answer

0 votes
by
b. substr()
...