Navigate from screen A -> B -> C. When pressing back button return directly to A
Senior Frontend Developer Interview Questions
13,301 senior frontend developer interview questions shared by candidates
Most of the round concentrated on React. 1) How react routers will work 2) How to create dynamic routers 3) How to create 404 page 4) React life cycle questions 5) Difference between bind, call and Apply 6) Function borrowing 7) Program related to JS objects 8) Async n await 9) What is super in react component
Build a tic tac toe game that accepts two player input, validates input, and checks for end of game condition. Two dimensional array is provided for x and y positions.
currying - sum(1,2)(3)(4,5) javascript engine async/await
How would you investigate performance issues?
Q: Why should we hire you?
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
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 731 - 740 interview questions