JavaScript Boolean Object
Boolean Object
The Boolean object represents two values: "true" or "false".
Syntax
| var myBool=new Boolean(value) |
Note: If the value parameter is omitted, or is 0, -0, null, "", false, undefined, or NaN, the object is set to false.
Otherwise it is set to true (even with the string "false")!
Boolean Object Properties
F: Firefox, IE: Internet Explorer
| Property |
Description |
F |
IE |
| constructor |
Returns a reference to the Boolean function that created the object |
1 |
4 |
| prototype |
Allows you to add properties and methods to the object |
1 |
4 |
Boolean Object Methods
| Method |
Description |
F |
IE |
| toSource() |
Returns the source code of the object |
1 |
- |
| toString() |
Converts a Boolean value to a string and returns the result |
1 |
4 |
| valueOf() |
Returns the primitive value of a Boolean object |
1 |
4 |

Whether you're new to XML or already an advanced user,
the user-friendly views and powerful entry helpers,
wizards, and debuggers in XMLSpy are designed to meet your XML
and Web development needs from start to finish.
- XML editor
- Graphical XML Schema / DTD editors
- XSLT 1.0/2.0 editor, debugger, profiler
- XQuery editor, debugger, profiler
- XBRL validator & taxonomy editor
- Support for Office Open XML (OOXML)
- Graphical WSDL editor & SOAP debugger
- Java, C#, C++ code generation
- And much more!
Download a free trial today!
|
|
|
|