Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Madison Williams

Madison Williams

Madison Williams has asked 1 questions and find answers to 1 problems.

Stats

30
EtPoint
8
Vote count
1
questions
1
answers

About

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"]
           }