Computer Science, asked by manojks65461, 18 days ago

Which function returns the string value of a number?

Answers

Answered by gouravgo986
3

Answer:

The toString() method in Javascript is used with a number and converts the number to a string. It is used to return a string representing the specified Number object. The toString() method is used with a number num as shown in above syntax using the '.

Similar questions