Number Data Type JavaScript Tutorial

Syntax

boolean.toSource()
The toSource() method returns one string representing the source of the Boolean object.
The string that is returned is enclosed in with parentheses.
The following example accesses the Source of a Boolean Object with the toSource() Method