SyntaxFix
Write A Post
Hire A Developer
Questions
I prefer using console.table for getting clear object format, so imagine you have this object:
console.table
const obj = {name: 'Alireza', family: 'Dezfoolian', gender: 'male', netWorth: "$0"};
And you will you see a neat and readable table like this below: