console.table()
Aug 12, 2021
Here’s a quick note on something I picked up along the way to Phase-1 in Flatiron School. . . That is to say I can’t recall if it was in Phase0 or as Phase1 started.
For a given object: we can display it as a table in the corresponding console using
console.table()
See this screen shot for a simple example:
Since I’m not entirely sure what this means for me as a budding developer/SE I am posing the question to anyone reading :) What could this possibly help with as a dev?