Syntax
boolean.valueOf()
This method returns a Boolean value contained in the object.
<html> <script language="JavaScript"> <!-- bool = new Boolean(1); document.write(bool.valueOf()); --> </script> </html>