0 votes
in JavaScript by (30.4k points)
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 (23.1k points)

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

...