-
This might seem like a really dumb question but it has been on my mind for a few years and is starting to "task me". How come I'm using a very plain vanilla editor so I have no development environment inspector... so basically yet another poor mans debug is what I'm attempting to resolve. Is there something else that will output to the terminal what I want to see when I launch Ref(s): $ node -v
v14.16.1 Thanks for your kindness. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you have something specific in mind? Depending on what
|
Beta Was this translation helpful? Give feedback.
Do you have something specific in mind? Depending on what
myobject
is, it should work just fine.myobject
is a class:myobject
is an instance of a class, you need to reach the prototype of its constructor class: