click below
click below
Normal Size Small Size show me how
JScript Boolean Obj
Properties and methods for boolean object
| Question | Answer |
|---|---|
| [Boolean Properties]Returns the function that created the Boolean object's prototype | constructor |
| [Boolean Properties]Allows you to add properties and methods to a Boolean object | prototype |
| [Boolean Object Methods]Converts a Boolean value to a string, and returns the result | toString() |
| [Boolean Object Methods]Returns the primitive value of a Boolean object | valueOf() |