inspect (obj) String
private
Convenience method to inspect an object. This method will attempt to convert the object into a useful string description.
It is a pretty simple implementation. If you want something more robust, use something like JSDump: https://github.com/NV/jsDump
Parameters:
-
obj
Object
- The object you want to inspect.
Returns:
-
String
- A description of the object
Please login to continue.