Login
Remember
Register
Ask a Question
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?
0
votes
asked
Dec 1, 2022
in
JavaScript
by
john ganales
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()
javascript
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 1, 2022
by
john ganales
b. substr()
...