Write a function to convert a number to string? function solve( a ){ //write your code here } Login to Submit
Input: 123 Output: "123"