What is a JavaScript callback function?
Web Front End Software Developer Interview Questions
794 web front end software developer interview questions shared by candidates
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?
Given a number n where n+1 and n-1 are prime, prove n is divisible by 6
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?
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.
Viewing 1 - 10 interview questions