What did you learn last week?
Frontend Engineer Interview Questions
13,292 frontend engineer interview questions shared by candidates
Have you worked with ? How many years of experience?
Tell me about the last project you worked on
Why did you architect your code this way? How could you improve performance? How could you make it more testable? How could you test the rendering code in a way that would make you confident in its correctness?
Normal array & string related questions. Some questions related to javascript.
Replace all ';' in string to _: 'f;g;t;e;q;a;' - > 'fgteqa' (both using split/join and with a loop)
to create basic react component with child and have them interact
about JS, Angular, OOP principles
¿Cuál piensas que son tus fortalezas?
Q4. Based on my answer to the question above, he mentioned this code? - He said, that you are saying javascript is async. then what will be the output of this code console.log("a") Promise. execution() console.log("b") Will it wait to resolve promise or it will execute parallely ?
Viewing 741 - 750 interview questions