imagine that by now everyone knows the instant messenger meeb.oO , a messenger web version, which is compatible with most instant messaging systems.
Since leaving was very novel, because it was the first AJAX services exploding in all its splendor ... doing practically its own window manager in a browser window.
I immediately wanted to see how Meebo was made, and to review their code, had a comment in the program where we invite you to submit your resume to address secretjobs of meebo.com.
More recently I found that has a section where jobs and advertisement for a "javascript engineer (javascript ninja) " and that it will leave a short questionnaire to measure yourself a bit and see if you have wood for the job. Are only 5 little questions and I could only answer a
4. Write a one-line piece of JavaScript code concatenate all strings That Passed Into a function:
function concatenate (/ * any number of strings * /) {
var string = / * your one line here * / return string
;}
And this is my solution, which may not be what they expected, but it does: D
concatenate function () {
for (var string ='', i = 0; i < arguments.length; string+=arguments[i++]);
return string ;}
If you can answer the other four questions may be interested moving to Mountain View a tirar algunas patadas.
0 comments:
Post a Comment