a.tostring() javascript code example Example 1: tostring js var num = 15; var n = num.toString(); /* now */ "15" Example 2: js tostring toString(123);