Madison Williams

350
reputation
1
4
11
var Madison = {
           species : "human",
           gender : "male",
           profession : "javascript programmer",
           location : "Oakland, CA",
           camefrom : "Charlotte, NC",
           greeting : function() {
             yell('HAY GUYZ!');
           },
           favoritePeople : ["damien katz", "jeff atwood", "my wife"],
           exercise : null,
           hobbies : ["programming","GAMEZ","music"]
           }