MCQ
Which method is used to convert a number to a string?
JavaScript
A toString()
B String()
C valueOf()
D Both a and b
Explanation

Both toString() and String() can convert a number to a string.