Ask HN: Interview Questions for Front End Developers I am trying to aggregate a list of some good questions that could be asked for a Front-End Developer interview. What questions do you know of or have you used in an interview? |
Ask HN: Interview Questions for Front End Developers I am trying to aggregate a list of some good questions that could be asked for a Front-End Developer interview. What questions do you know of or have you used in an interview? |
Also some basic questions that test theoretical knowledge like difference between null and undefined, prototype chains, function scope, module pattern etc.
The problem with using posted questions or ones from online is that people may have already seen or look up the answer. This could cause problems getting a feel for experience and or skill level. I think for a frontend developer I would like to see what they have built. What frameworks they prefer and why.
* Ajax * Event handling (scroll) * Basic arithmetic (e.g. when to trigger a new request based on % page scrolled) * Template/DOM insertion * Thinking about edge cases (e.g. what happens when the page is resized, or the ajax request has no more elements to return)