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.
Front End Cashier Interview Questions
7,000 front end cashier interview questions shared by candidates
Given a string, return the number of each character appears in the string, example: //AAsssRRggggDAA ====> A2s3R2g4D1A2 //AAAAAbbbA =====> A5b3A1 //ABA =====> A1B1A1
A series of tests where made based on my LinkedIn profile. Included Javascript, CSS, jQuery, SQL, English, Logic (IQ)
Was asked to flatten nested object
Quais tecnologias de frontend tem conhecimento?
Develop a food app.
Does CSS works ltr or rtl?
Using a nested for() loop is inefficient, can you do it more efficient than the native String.indexOf() method? Without nesting for loops or recursion.
technique interview
Given 2 identical DOM trees (but not equal) and one element of the first DOM tree, how would you find this element in the second DOM tree?
Viewing 71 - 80 interview questions