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()

Related questions

0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
0 votes
asked Dec 1, 2022 in JavaScript by john ganales
...