in JavaScript by
Q:
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 Aug 21, 2022 in JAVA by sharadyadav1986
0 votes
asked Mar 22, 2021 in JavaScript by Robindeniel
0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
...