Alpha

255
reputation
2
6
var me = {
  from: "Argentina",
  passions: {
    music: "Electronic",
    job: "Software Architect"
  },
  terribleSecret: function() {
    //TODO fix: they found me
    $(HiggsBoson).hide();
  }
};