current opportunities at meebo
Position located in Mountain View
Got an itch for object-oriented JavaScript, scalable Web applications, and product perfection? Join us for the summer!
Meebo has pushed the boundaries of the Web by creating a Windows-like Web framework with JavaScript. We seek a JavaScript Intern with strong CS fundamentals who can describe the difference between the W3C and IE box models and has been known to have Venkman, Firebug, and the IE Script Debugger running simultaneously. We're not particular about the years of professional experience but a passion for Web technologies and optimizing the user experience is a must.
While the environment is fun and friendly, it's also fast paced: schedules are measured in days not weeks and our team is obsessed with delivering the best user experience possible. If you value computer science fundamentals, metrics, problem-solving, and thrive best in small, friendly, energetic teams, then this is the perfect opportunity for you to shine.
Responsibilities include:
Our ideal candidate will have:
Try out these puzzles and send your answers (and resume) to jobs@meebo.com.
1. When does div.setAttribute("###") not equal div.###?
2. What's the difference between these two statements:
a.var x = 3;
b.x = 3;
3. What's the difference between:
a.!!(obj1 && obj2)
b.(obj1 && obj2)
4. Write a one-line piece of JavaScript code that concatenates all strings passed into a function:
function concatenate(/*any number of strings*/) {
var string = /*your one line here*/
return string;
}
5. What do these two examples have in common?
Example 1:Example 2:var obj = document.getElementById('adiv'); document.getElementById('adiv').ptr = obj;function assignClick() {
var el = document.createElement('div');
function handleClick() {
el.innerHTML = 'clicked!';
} el.attachEvent("onclick", handleClick);
}Contact us! Send an email to jobs@meebo.com with your resume and answers attached.
meebo © 2008 | Developers | Advertisers | Partners | Jobs | Terms of Use | Privacy Policy