how to turn an integer into a string in javascript code example Example: change no to string in js var num = 15; var n = num.toString();