SyntaxFix
Write A Post
Hire A Developer
Questions
for better readability you can convert the object to a json string as below:
console.log(obj, JSON.stringify(obj));
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify