Ninjabiscuit

134
reputation
1
10
var Andrew = {
   job : function () {
      return "front end web developer";
   },
   interests : [
      "emerging web technologies",
      "mobile",
      "future of javascript",
      "web apps",
      "biscuits"
   ],
   personality : "super geek",
   twitterHandle : "@ninjabiscuit"
}