Q. Which function converts a number to a string?
β
Correct Answer: (A)
toString()
Explanation: toString() converts and returns the number as a string.