Boolean.valueOf()
|
|
Syntax |
|
This method returns a Boolean value contained in the object. |
<html> <script language="JavaScript"> <!-- bool = new Boolean(1); document.write(bool.valueOf()); --> </script> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
|