What is a JavaScript callback function?
Web Developer Front End Interview Questions
792 web developer front end 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