They have asked mostly about experience
Senior Frontend Developer Interview Questions
1,358 senior frontend developer interview questions shared by candidates
How to make interactions between two component (State, props coming into the matter)
Domande varie a scelta multipla e aperta su: Angular, JavaScript, CSS, leetcode
1. What ECMA 2. Difference between let and var 3. const obj = { key: "ABC", printName: () => { console.log(this.key); } } obj.printName(); // what will be the output const printName = obj.printName; printName(); // what will be the output 4. Given an array that represents elements of arithmetic progression in order. One element is missing in the progression, find the missing number. const input = [2, 4, 8, 10, 12, 14] // Output: 6 const input2 = [1, 6, 11, 16, 21, 31] // Output: 26
React life cycle methods and how they can be implemented in functional components.
Lots of reflections on past experience with examples
Questions about react, react native and type script
How you should use OOP implementation?
Some questions about handling web-forms using redux + react
How to organize redux store?
Viewing 321 - 330 interview questions