Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
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?
Home
JavaScript
Out of the following functions of the string object, which one would return the character in any...
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()
...