Given a number, convert the number to a string.
// input: const n = 123 // output: '123'
/* output */