Last active
December 28, 2015 15:39
-
-
Save curiouslychase/7522837 to your computer and use it in GitHub Desktop.
Run it in your console!!!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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