JAVA SCRIPT BOOLEAN
BOOLEAN PROPE RTIES
PROPE RTIES | DESCRIPTION |
---|---|
constructorc | Returns the function that created JavaScript's Boolean prototype |
prototype | Allows you to add properties and methods to the Boolean prototype |
BOOLEAN METHODS
METHODS | DESCRIPTION |
---|---|
toString() | Converts a boolean value to a string, and returns the result |
valueOf() | Converts a boolean value to a string, and returns the result |
Comments
Post a Comment