Q. Which of the following functions of “Number” object returns a string of the current number?
β
Correct Answer: (A)
toString()
Explanation: toString() – This function converts a number into a string.