Skip to content

Instantly share code, notes, and snippets.

@curiouslychase
Last active December 28, 2015 15:39
Show Gist options
  • Save curiouslychase/7522837 to your computer and use it in GitHub Desktop.
Save curiouslychase/7522837 to your computer and use it in GitHub Desktop.
Run it in your console!!!
var developerz = [
{ name: "Chase", masterOf: "Learning New Things" },
{ name: "Nate", masterOf: "The Rubies" },
{ name: "Brandon", masterOf: "Javascript" },
// Cache Rules Everything Around Me...
{ name: "Ryan", masterOf: "C.R.E.A.M." },
{ name: "Brian", masterOf: "All the things!" }
];
console.table(developerz);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment