Created
November 21, 2011 10:09
-
-
Save totango/1382214 to your computer and use it in GitHub Desktop.
Totango Front End Engineer - Job Description in JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var skill_sets = { | |
JavaScript : 'ninja!', | |
FrontEnd : ['html5', 'css3', 'jquery' , 'responsive-design'], | |
PHP : ['wordpress', 'any'], | |
Java : ['spring', 'sql', 'spring-mvc'], | |
Cloud : ['ec2', 's3', 'sqs', 'mySql'], | |
Creativity : 'must!' | |
}; | |
var we_give = { | |
benefits : ['options', 'competitive salary', 'chance to change the world!'], | |
Mac : { 'select' : { 'Mac Book Pro 15"' }, {'Mac Book Air 13"'} }, | |
iPhone : 'yes', | |
Android : 'yes', | |
iPad2 : 'contact-sales' | |
}; | |
var you_get = { | |
make_a_difference : true, | |
work_with_top_talent : true, | |
close_to_customers : true | |
} | |
function apply_for_position (you) { | |
should_apply = true; | |
for ( var skill in skill_sets ) if (!you.skills[skill]) should_apply = false; | |
if (should_apply && you.want == true) alert ('Apply with LinkedIn or email to [email protected]'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks - fixed now