What is a JavaScript callback function?
Front End Web Developer Interviews
Front End Web Developer Interview Questions
"During an interview for a front end web developer position, be prepared to be heavily tested on your technical knowledge of HTML, CSS, and JavaScript and their available tools, as well as you general programming knowledge. To be an outstanding candidate, a strong portfolio of previous front end work and a bachelor's degree in computer science or equivalent work experience will be expected. "
792 front end web developer interview questions shared by candidates
Given a number n where n+1 and n-1 are prime, prove n is divisible by 6
Say there was a function that took 1 second to execute and you needed to run this function 10 million times, how would you cut down on the execution time?
If we wanted to implement a method of tracking every click that the user made on the site, how would we want to do this?
"If you were stranded on a desert island, what three development tools would you bring with you?"
How many characters in the front of a string would need to be added in order to make it a palindrome.
What are Closures?
Could you link your CSS and JS file to your HTML document?
Why did you choose this field?
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.
Viewing 1 - 10 interview questions