Provided a codepen and told to fix the alignment.
Frontend Developer Interview Questions
13,302 frontend developer interview questions shared by candidates
There are variety of different questions ranging from some old React code to Typescript debugging. There are also some DS and algorithm questions.
What are closures in JavaScript ? function increment(){ var a = 1; return a++; } console.log(increment()) console.log(increment()) console.log(increment()) // Prints 0,0,0 Make use of closures to print 1,2,3
How do you ensure the efficiency of a react application
Tell me about a time when you led a project with several unknowns
what is one of the biggest of challenge you have encountered in your tech flow and how have you dealt with it ?
Talk about a recent project you worked on that you are proud of.
When mapping and array in React how do you ensure that the key is unique globally.
what is your experience on frontend tecnologies
HTML, CSS, JavaScript, and React fundamentals.
Viewing 1761 - 1770 interview questions