#JavaScript #JavaScript / Functions / Number() / Function that converts a string to a number Number() Number() is a function that converts a string to a number. Grammar Number( object ) object: Enter a string or a variable whose value is a string. Returns NaN for values that cannot be converted to a number. example The value of variable c is 12, which is character 1 plus character 2. The value..