convert number to a string js code example Example 1: javascript to string num.toString(); Example 2: change no to string in js var num = 15; var n = num.toString();