JavaScript toSource() Method
❮ JavaScript Date Object
Description
The toSource() method represents the source code of an object.
Syntax
object.toSource()
Note
This method is deprecated. Do not use it.
❮ JavaScript Date Object