#JavaScript #JavaScript / Functions / String() / Function to convert number to string String() String() is a function that converts a number to a string. Grammar String( object ) object : Enter a number or a variable whose value is a number. example The value of variable c is 3, which is the addition of number 1 and number 2. The value of variable d is 12, which is character 1 plus character 2. ..