From http://www.w3schools.com (Copyright Refsnes Data)
JavaScript Boolean Object
The toSource() method returns a string that represents the source code of the object.
| object.toSource() |
Note: This method does not work in Internet Explorer!
ExampleIn this example we will show how to use the toSource() method:
The output of the code above will be:
Try it yourself » |
JavaScript Boolean Object
From http://www.w3schools.com (Copyright Refsnes Data)