I assign a variable to an object, I do console.log with it with intention to find out and examine what is inside the object, but when I start the code in console ( CLI ) ( PowerShell ), this console.log simply returns the following: [object] [Object]
How can I proceed to see the object, as for example happens in javascript on the frontend side, when we do console.log and run inside the browser?
Thank you.