Articles tagged: Boolean
Found 6 documents
- Glossary/Boolean In computer science, a boolean is a logical data type that can have only the values true or ...
- Web/JavaScript/Reference/Global_Objects/Boolean The Boolean object is an object wrapper for a boolean value.
- Web/JavaScript/Reference/Global_Objects/Boolean/prototype The Boolean.prototype property represents the prototype for the Boolean constructor.
- Web/JavaScript/Reference/Global_Objects/Boolean/toSource The toSource() method returns a string representing the source code of the object.
- Web/JavaScript/Reference/Global_Objects/Boolean/toString The toString() method returns a string representing the specified Boolean object.
- Web/JavaScript/Reference/Global_Objects/Boolean/valueOf The valueOf() method returns the primitive value of a Boolean object.