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.

...