'valueOf()' Syntax Parameters and Note : valueOf « Javascript Methods « JavaScript Reference

'valueOf()' Syntax Parameters and Note

Note:

Converts the object to a string. 
    
Syntax:
    
objectName.valueOf()

    

      
      








Related examples in the same category

1.'valueOf()' Example
2.'valueOf()' is applied to