Mostly project related questions and some general technical questions
Frontend Developer Interview Questions
8,954 frontend developer interview questions shared by candidates
Can we change props in child component
Do you have experience in UI/UX design?
tower of hanoi.
Explain what is an ISP?
They asked a lot about previous experience.
What is the difference between == to ===?
What are the principles of programming and how the code review should be conducted. name the order of output to the console. the task of determining the value of this.
what is lazy loading?
Here's code, tell what console.logs will be and in which order const p = Promise.reject() p .then(() => console.log(1)) .catch(() => console.log(2)) .then(() => console.log(3)) p .then(() => console.log(4)) .catch(() => console.log(5)) .then(() => console.log(6))
Viewing 1101 - 1110 interview questions