Chapter 7 - adishap/advanced-JS-console-logging GitHub Wiki
Logging Pretty-Printing Tabular Data to the Console
use console.table to render arrays and objects in a tabular format for easy scanning over the values. We'll create some mock data and then render it to the log in various ways to explore console.table's API.