Skip to content

Instantly share code, notes, and snippets.

@nhalstead
Created February 13, 2018 17:48
Show Gist options
  • Save nhalstead/32a893eb03e6ad081924ca190ece3d83 to your computer and use it in GitHub Desktop.
Save nhalstead/32a893eb03e6ad081924ca190ece3d83 to your computer and use it in GitHub Desktop.
Console.table Testing
var people = [{name: "BOB", id: 340303, report: true, options: {admin: false} }, {name: "JOHN", id: 340304, report: false, options: {admin: true} }];
console.table(people);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment