If You Can Read This, You Must Be In Right Place
Pult {
us = "http://pult.io, estonian startup, seedcamp winner"
lookingfor = "summer intern"
offer = "startup, top-notch team"
details = { location: "Tallinn", time: "june-august 2012" }
apply = function(you) {
return you.haveSkill?([ruby, javascript, mongodb]) && you.interested?(this.lookingfor, this.offer, this.details)
}
}
alert(Pult.apply(YOU) ? "Veiko Jääger, 5116611, veiko@pult.io" : "have a nice summer!");
