"If you were stranded on a desert island, what three development tools would you bring with you?"
Front End Web Development Lead Interview Questions
187 front end web development lead interview questions shared by candidates
What is a JavaScript callback function?
What are Closures?
Why did you choose this field?
Could you link your CSS and JS file to your HTML document?
Asked me to write a throttle function in javascript. Well, essentially...he wanted me to write a function that would call another function, but not if it had been called within a certain set time, which is essentially what a throttle function is. I completely flailed, but it's a useful function to have...probably why they put it in the underscore library which is what I based this answer on.
What is your favourite typeface?
Explain some examples of CSS3-specific features which are safe to use cross-browser (including IE6) and how to use them.
Imagine you had three boxes One contains two black marbles One contains two white marbles One contains both a black and a white marble Each box was labeled with their correct contents (BB, WW, BW). However a malevolent intern has swapped the labels so that they are all incorrect. You are allowed to take one marble out of a box and look at it, without looking inside. Using this method, what is the minimum number of draws you need to determine the contents of all three boxes?
What is the difference between and ID and a class?
Viewing 1 - 10 interview questions