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