Description:
This method returns the primitive value of a String object.Syntax:
string.valueOf( ) |
- NA
Return Value:
- Returns the primitive value of a String object.
Example:
<html> <head> <title>JavaScript String valueOf() Method</title> </head> <body> <script type="text/javascript"> var str = new String("Hello world"); document.write(str.valueOf( )); </script> </body> </html> |
This will produce following result:
Hello world
+JavaScript Frameworks Links +Javascript Development +JavascriptU +Javascript Problems +javaScript is a creek in West Virginia in the summer
No comments: