JavaScript Boolean Object Reference Boolean Object Methods FF: Firefox, N: Netscape, IE: Internet Explorer Method toSource() toString() valueOf()
Description Represents the source code of an object Converts a Boolean value to a string and returns the result Returns the primitive value of a Boolean object
FF 1 1 1
N 4 4 4
IE 4 4
FF 1 1
N 2 2
IE 4 4
Boolean Object Properties Property constructor prototype
Description A reference to the function that created the object Allows you to add properties and methods to the object