0 votes
in JavaScript by
Which of the following function of the String object returns the character in the string starting at the specified position via the specified number of characters?

a) slice()

b) split()

c) substr()

d) search()

1 Answer

0 votes
by

Answer: C

Reason: The method " Subtr()" in the javascript is used to return the characters in the string starting at the specified position via the specified number of the characters.

Related questions

0 votes
asked Oct 9, 2022 in JavaScript by Robin
0 votes
asked Mar 24, 2021 in JavaScript by sharadyadav1986
...