How to center a div in block container and flex container?
Ui Developer Interview Questions
3,529 ui developer interview questions shared by candidates
People seem to be very interested in knowing where you're from and if at all you have connections with South India in some capacity.
Write a sum method which will work properly when invoked using either syntax below. console.log(sum(2,3)); // Outputs 5 console.log(sum(2)(3)); // Outputs 5
How to slow down events? Implement a debounce method which triggers the next event after 10s and not immediately. Example: In a gaming scenario, user hits up arrow continuously to move his car. This would fire key-up events continuously, how would you maintain the refresh rate on the screen?
Only online test.
What tools do you use?
They asked me to briefly introduce myself in English and explain my current tech stack and recent projects.
how many years you have experience in javascript,angular,bootstrap etc., and how u use in projects
Write a single page application that has a button in it with the text "I have been clicked 0 times". Every time the button is clicked, add one to the number in the button text and also add another button to the document with the initial text "I have been clicked 0 times".
What is== and === operator?
Viewing 621 - 630 interview questions