Description:
This method returns a string representing the specified object.Syntax:
string.toString( ) |
- NA
Return Value:
- Returns a string representing the specified object.
Example:
<html> <head> <title>JavaScript String toString() Method</title> </head> <body> <script type="text/javascript"> var str = "Apples are round, and Apples are Juicy."; document.write(str.toString( )); </script> </body> </html> |
This will produce following result:
Apples are round, and Apples are Juicy.
+JavaScript +JavaScript Frameworks Links +Javascript Development
+JavaScript's and More, Software and Marketing +JavascriptU +JavaScriptOn
+Javascript Problems +JavaScriptOn
+javaScript is a creek in West Virginia in the summe
No comments: