Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

The toString() Method

var num = 1345;
console.log(num.toString());
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #The #Method
ADD COMMENT
Topic
Name
2+5 =