Function to log a string containing all non-function properties of an object.
| Parameter | Type | Description |
|---|---|---|
| targetObject | Object | Object whose non-function properties will be logged. |
| includePrototype | Boolean | True to include non-function properties inherited from the object's prototype. |







0 Comments