Thank you for your interest in applying for our Senior ActionScript Developer position. We would like to ask you a few simple questions to see if there's a good fit before you submit your resume.
for ( i = 0; i < a.length; ++i ) { for ( j = a.length - 1; j > i; --j ) { if (a[j - 1] < a[j]) { swap(a[j - 1], a[j]); } } }