If you're analyzing an object in the JavaScript console, you can conver the object into a table view by using the console.table(obj) script. Example is below:
Will render:
If you're analyzing an object in the JavaScript console, you can conver the object into a table view by using the console.table(obj) script. Example is below:
Will render: