Andrew Walker
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",
init : function () {
job()
return this;
}
}).init();





